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