From c266701230b48010021498249c59940da2250f8e Mon Sep 17 00:00:00 2001 From: AliReza Date: Fri, 6 Oct 2023 11:02:51 +0200 Subject: [PATCH] build: bump to v2.11.1 --- docs/.vuepress/configs/version.ts | 2 +- src/Gridify.EntityFramework/Gridify.EntityFramework.csproj | 2 +- src/Gridify/Gridify.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/configs/version.ts b/docs/.vuepress/configs/version.ts index 02247843..31cb7315 100644 --- a/docs/.vuepress/configs/version.ts +++ b/docs/.vuepress/configs/version.ts @@ -1 +1 @@ -export const version: string = '2.11.0' +export const version: string = '2.11.1' diff --git a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj index 49e9ef34..6ef5263c 100644 --- a/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj +++ b/src/Gridify.EntityFramework/Gridify.EntityFramework.csproj @@ -1,7 +1,7 @@ Gridify.EntityFramework - 2.11.0 + 2.11.1 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 c81abb38..6a2bb469 100644 --- a/src/Gridify/Gridify.csproj +++ b/src/Gridify/Gridify.csproj @@ -2,7 +2,7 @@ Gridify - 2.11.0 + 2.11.1 Alireza Sabouri TuxTeam Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.