From 1c38fcda853bdbbca52e002e9cac0e16e3204c87 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin <kyle.spearrin@gmail.com> Date: Tue, 7 May 2019 11:16:02 -0400 Subject: [PATCH] version bump --- src/Admin/Admin.csproj | 2 +- src/Api/Api.csproj | 2 +- src/Billing/Billing.csproj | 2 +- src/Events/Events.csproj | 2 +- src/EventsProcessor/EventsProcessor.csproj | 2 +- src/Icons/Icons.csproj | 2 +- src/Identity/Identity.csproj | 2 +- src/Notifications/Notifications.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Admin/Admin.csproj b/src/Admin/Admin.csproj index 363b964cde..128acf8ad0 100644 --- a/src/Admin/Admin.csproj +++ b/src/Admin/Admin.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Admin</RootNamespace> <UserSecretsId>bitwarden-Admin</UserSecretsId> diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 3362656e11..36cb2c8869 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Api</RootNamespace> <UserSecretsId>bitwarden-Api</UserSecretsId> diff --git a/src/Billing/Billing.csproj b/src/Billing/Billing.csproj index 72a9fbf8b1..93fa98bdad 100644 --- a/src/Billing/Billing.csproj +++ b/src/Billing/Billing.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Billing</RootNamespace> <UserSecretsId>bitwarden-Billing</UserSecretsId> diff --git a/src/Events/Events.csproj b/src/Events/Events.csproj index f2f169960d..d22f0312af 100644 --- a/src/Events/Events.csproj +++ b/src/Events/Events.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Events</RootNamespace> <UserSecretsId>bitwarden-Events</UserSecretsId> diff --git a/src/EventsProcessor/EventsProcessor.csproj b/src/EventsProcessor/EventsProcessor.csproj index fb13a1b1dd..b5135d4196 100644 --- a/src/EventsProcessor/EventsProcessor.csproj +++ b/src/EventsProcessor/EventsProcessor.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.EventsProcessor</RootNamespace> <UserSecretsId>bitwarden-EventsProcessor</UserSecretsId> diff --git a/src/Icons/Icons.csproj b/src/Icons/Icons.csproj index 8045ec2704..0955e38ba3 100644 --- a/src/Icons/Icons.csproj +++ b/src/Icons/Icons.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Icons</RootNamespace> <UserSecretsId>bitwarden-Icons</UserSecretsId> diff --git a/src/Identity/Identity.csproj b/src/Identity/Identity.csproj index d56c3995fd..e23dedabce 100644 --- a/src/Identity/Identity.csproj +++ b/src/Identity/Identity.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Identity</RootNamespace> <UserSecretsId>bitwarden-Identity</UserSecretsId> diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index 177b17fde8..5b7cc87917 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <Version>1.30.1</Version> + <Version>1.30.2</Version> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>Bit.Notifications</RootNamespace> <UserSecretsId>bitwarden-Notifications</UserSecretsId>