Skip to content

Commit

Permalink
build: bump to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Oct 6, 2023
1 parent 2c5e90d commit c266701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = '2.11.0'
export const version: string = '2.11.1'
2 changes: 1 addition & 1 deletion src/Gridify.EntityFramework/Gridify.EntityFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Gridify.EntityFramework</PackageId>
<Version>2.11.0</Version>
<Version>2.11.1</Version>
<Authors>Alireza Sabouri</Authors>
<Company>TuxTeam</Company>
<PackageDescription>Gridify (EntityFramework), Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/Gridify/Gridify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Gridify</PackageId>
<Version>2.11.0</Version>
<Version>2.11.1</Version>
<Authors>Alireza Sabouri</Authors>
<Company>TuxTeam</Company>
<PackageDescription>Gridify, Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.</PackageDescription>
Expand Down

0 comments on commit c266701

Please sign in to comment.