diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index df51b64f10..d2d6a81aa8 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.12.1</Version> + <Version>1.13.0</Version> <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> <AssemblyName>Api</AssemblyName> <RootNamespace>Bit.Api</RootNamespace> diff --git a/src/Billing/Billing.csproj b/src/Billing/Billing.csproj index c9148b6b54..ee3c0c572f 100644 --- a/src/Billing/Billing.csproj +++ b/src/Billing/Billing.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.12.1</Version> + <Version>1.13.0</Version> <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> <AssemblyName>Billing</AssemblyName> <RootNamespace>Bit.Billing</RootNamespace> diff --git a/src/Icons/Icons.csproj b/src/Icons/Icons.csproj index f5d1dd8f94..425671cbfe 100644 --- a/src/Icons/Icons.csproj +++ b/src/Icons/Icons.csproj @@ -1,6 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> + <Version>1.13.0</Version> <TargetFramework>netcoreapp2.0</TargetFramework> <RootNamespace>Bit.Icons</RootNamespace> <UserSecretsId>bitwarden-Icons</UserSecretsId> diff --git a/src/Identity/Identity.csproj b/src/Identity/Identity.csproj index 7c6cb4599f..b8068a8b62 100644 --- a/src/Identity/Identity.csproj +++ b/src/Identity/Identity.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.12.1</Version> + <Version>1.13.0</Version> <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> <AssemblyName>Identity</AssemblyName> <RootNamespace>Bit.Identity</RootNamespace>