From fec3286016b28a63845d310c5e20d56e0486a208 Mon Sep 17 00:00:00 2001 From: Tom Clarke Date: Fri, 13 Nov 2020 02:13:38 +0000 Subject: [PATCH] bump to 1.0.6 --- package.json | 4 ++-- src/Renderer/Version.fs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2ab266b8b..6d52846d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "1.0.5", + "version": "1.0.6", "description": "Schematic editor and Simulator", "homepage": "https://github.com/tomcl/issie", "bugs": { @@ -34,7 +34,7 @@ "title": true }, "build": { - "appId": "ISSIE.105", + "appId": "ISSIE.106", "asar": true, "win": { "target": "zip" diff --git a/src/Renderer/Version.fs b/src/Renderer/Version.fs index 1bbd7cc5e..bb11db567 100644 --- a/src/Renderer/Version.fs +++ b/src/Renderer/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ 1 ; 0 ; 5] +let VERSION = [ 1 ; 0 ; 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