From 1ac3e6dc9e86aa56c4953c13a0c5827ce7d69e1b Mon Sep 17 00:00:00 2001 From: David Smith Date: Sat, 30 May 2015 15:39:57 -0500 Subject: [PATCH] Update version to 1.1.1 in prep for next release. --- NetTally/Properties/AssemblyInfo.cs | 6 +++--- TallyCore/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NetTally/Properties/AssemblyInfo.cs b/NetTally/Properties/AssemblyInfo.cs index e02385b1..6c946940 100644 --- a/NetTally/Properties/AssemblyInfo.cs +++ b/NetTally/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // 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.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] -[assembly: AssemblyInformationalVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyInformationalVersion("1.1.1")] diff --git a/TallyCore/Properties/AssemblyInfo.cs b/TallyCore/Properties/AssemblyInfo.cs index 3fdfa5f3..3134357e 100644 --- a/TallyCore/Properties/AssemblyInfo.cs +++ b/TallyCore/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] -[assembly: AssemblyInformationalVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyInformationalVersion("1.1.1")]