diff --git a/dotnet/src/StackExchange.StacksIcons.csproj b/dotnet/src/StackExchange.StacksIcons.csproj index 0c75b63b..b103377f 100644 --- a/dotnet/src/StackExchange.StacksIcons.csproj +++ b/dotnet/src/StackExchange.StacksIcons.csproj @@ -2,7 +2,7 @@ latest netstandard2.0 - 6.0.0 + 6.0.1 StackExchange.StacksIcons StackExchange.StacksIcons enable diff --git a/package-lock.json b/package-lock.json index a7f10a79..13791b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-icons", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-icons", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", diff --git a/package.json b/package.json index 5274c275..e3d89776 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": "6.0.0", + "version": "6.0.1", "repository": "https://github.com/StackExchange/Stacks-Icons", "license": "MIT", "type": "module",