diff --git a/dotnet/src/StackExchange.StacksIcons.csproj b/dotnet/src/StackExchange.StacksIcons.csproj index 2c599c00..01c60fa7 100644 --- a/dotnet/src/StackExchange.StacksIcons.csproj +++ b/dotnet/src/StackExchange.StacksIcons.csproj @@ -2,7 +2,7 @@ latest netstandard2.0 - 6.0.0-rc.2 + 6.0.0 StackExchange.StacksIcons StackExchange.StacksIcons enable diff --git a/package-lock.json b/package-lock.json index 2cd354fe..13d1c450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-icons", - "version": "6.0.0-rc.2", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-icons", - "version": "6.0.0-rc.2", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", diff --git a/package.json b/package.json index b7938167..ba8bcbd3 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-rc.2", + "version": "6.0.0", "repository": "https://github.com/StackExchange/Stacks-Icons", "license": "MIT", "type": "module",