From 5fe4f3da6d5274c63fc9df897136ae111dccdd47 Mon Sep 17 00:00:00 2001 From: Tom Clarke Date: Sun, 28 Feb 2021 16:58:20 +0000 Subject: [PATCH] bump to 1.1.6 --- package.json | 4 ++-- src/Renderer/Interface/Version.fs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f9a230a9c..8af3674de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "1.1.5", + "version": "1.1.6", "description": "Schematic editor and Simulator", "homepage": "https://github.com/tomcl/issie", "bugs": { @@ -39,7 +39,7 @@ "title": true }, "build": { - "appId": "ISSIE.115", + "appId": "ISSIE.116", "asar": true, "win": { "target": "zip" diff --git a/src/Renderer/Interface/Version.fs b/src/Renderer/Interface/Version.fs index ef966a7f6..e986feb56 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ 1 ; 1 ; 5] +let VERSION = [ 1 ; 1 ; 6] // The first 12 white-space separated words in this file must be in the above format - note that spaces are required. // This works as valid F# data for displaying the code version and can also be read programmatically from the master branch github file