From cc64c7e4b08c6878aefa16336ee41a654b87734c Mon Sep 17 00:00:00 2001 From: jpsingleton Date: Mon, 18 May 2015 12:40:53 +0100 Subject: [PATCH] Bump version number --- src/Huxley/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Huxley/Properties/AssemblyInfo.cs b/src/Huxley/Properties/AssemblyInfo.cs index 2930384..57deecc 100644 --- a/src/Huxley/Properties/AssemblyInfo.cs +++ b/src/Huxley/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] \ No newline at end of file