From 43e1759e042e4218b64d52ef3934019042c46a1a Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Fri, 16 Apr 2021 18:27:51 -0500 Subject: [PATCH] Upgrading version number for release --- butterflow-ui.setup/Product.wxs | 2 +- butterflow-ui/Properties/AssemblyInfo.cs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/butterflow-ui.setup/Product.wxs b/butterflow-ui.setup/Product.wxs index d7e5629..500a3ed 100644 --- a/butterflow-ui.setup/Product.wxs +++ b/butterflow-ui.setup/Product.wxs @@ -1,6 +1,6 @@ - + diff --git a/butterflow-ui/Properties/AssemblyInfo.cs b/butterflow-ui/Properties/AssemblyInfo.cs index dbef8a3..db358c7 100644 --- a/butterflow-ui/Properties/AssemblyInfo.cs +++ b/butterflow-ui/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; @@ -49,5 +47,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.*")] +[assembly: AssemblyVersion("1.1.1.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file