From 67b28836f586903645356fea33845127b870d02a Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 17 Dec 2013 13:07:52 -0800 Subject: [PATCH] Version bump to 1.1.1 --- Splat.nuspec | 2 +- Splat/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Splat.nuspec b/Splat.nuspec index 83a63cbfb..2fd6245a4 100644 --- a/Splat.nuspec +++ b/Splat.nuspec @@ -2,7 +2,7 @@ Splat - 1.1.0 + 1.1.1 Paul Betts http://f.cl.ly/items/1307401C3x2g3F2p2Z36/Logo.png https://github.com/xpaulbettsx/splat/blob/master/COPYING diff --git a/Splat/Properties/AssemblyInfo.cs b/Splat/Properties/AssemblyInfo.cs index d5aa3028c..8b7861f26 100644 --- a/Splat/Properties/AssemblyInfo.cs +++ b/Splat/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] [assembly: NeutralResourcesLanguageAttribute("en-US")]