diff --git a/docs/.vuepress/configs/version.ts b/docs/.vuepress/configs/version.ts index e9b3557d..66940694 100644 --- a/docs/.vuepress/configs/version.ts +++ b/docs/.vuepress/configs/version.ts @@ -1 +1 @@ -export const version: string = '2.8.3' +export const version: string = '2.8.4' diff --git a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj index e884c318..9ab77d07 100644 --- a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj +++ b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj @@ -1,7 +1,7 @@ Gridify.EntityFramework - 2.8.3 + 2.8.4 Alireza Sabouri TuxTeam Gridify (EntityFramework), Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data. diff --git a/src/Gridify/Gridify.csproj b/src/Gridify/Gridify.csproj index 727a3fd4..d1573956 100644 --- a/src/Gridify/Gridify.csproj +++ b/src/Gridify/Gridify.csproj @@ -2,7 +2,7 @@ Gridify - 2.8.3 + 2.8.4 Alireza Sabouri TuxTeam Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.