diff --git a/dotnet/src/StackExchange.StacksIcons.csproj b/dotnet/src/StackExchange.StacksIcons.csproj index 346cb683..a21a9f00 100644 --- a/dotnet/src/StackExchange.StacksIcons.csproj +++ b/dotnet/src/StackExchange.StacksIcons.csproj @@ -2,7 +2,7 @@ latest netstandard2.0 - 5.1.0 + 5.2.0 StackExchange.StacksIcons StackExchange.StacksIcons enable diff --git a/package-lock.json b/package-lock.json index dfde08e9..db9b4c3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-icons", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-icons", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", diff --git a/package.json b/package.json index 7b74a30b..619df317 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stackoverflow/stacks-icons", "description": "The icon library for Stack Overflow, Stack Overflow Careers, and the Stack Exchange Network.", - "version": "5.1.0", + "version": "5.2.0", "repository": "https://github.com/StackExchange/Stacks-Icons", "license": "MIT", "type": "module",