From ec953694396dd38dc9e308bf82d7bcb1b1072326 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Mon, 14 Nov 2016 07:30:30 +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 a75fefc..396ce88 100644 --- a/Grunt/package.json +++ b/Grunt/package.json @@ -17,6 +17,6 @@ "grunt-template": "^0.2.3" }, "meta": { - "version": "0.16.0.1" + "version": "0.16.0.2" } } diff --git a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs index b779536..6298a23 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.0.1")] -[assembly: AssemblyFileVersion("0.16.0.1")] +[assembly: AssemblyVersion("0.16.0.2")] +[assembly: AssemblyFileVersion("0.16.0.2")]