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