From 97f070bfde13b8a9055a94afb9aa435f79f6e3fc Mon Sep 17 00:00:00 2001 From: kjac Date: Wed, 21 Dec 2016 14:58:29 +0100 Subject: [PATCH] Bump package version --- Grunt/package.json | 2 +- Source/Solution/FormEditor/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Grunt/package.json b/Grunt/package.json index 06f12ba..bc126ff 100644 --- a/Grunt/package.json +++ b/Grunt/package.json @@ -17,6 +17,6 @@ "grunt-template": "^0.2.3" }, "meta": { - "version": "0.16.1.2" + "version": "0.16.1.3" } } diff --git a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs index 5f1fc37..021558a 100644 --- a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs +++ b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.16.1.2")] -[assembly: AssemblyFileVersion("0.16.1.2")] +[assembly: AssemblyVersion("0.16.1.3")] +[assembly: AssemblyFileVersion("0.16.1.3")]