From 1acd8b8e311eb6ae99c8c5907ed02861928a8612 Mon Sep 17 00:00:00 2001 From: Tom Clarke Date: Sat, 9 Oct 2021 16:56:17 +0100 Subject: [PATCH] v2.2.9 --- 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 d1558e7a6..f556c30a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "2.2.8", + "version": "2.2.9", "description": "Schematic editor and Simulator", "homepage": "https://github.com/tomcl/issie", "bugs": { @@ -42,7 +42,7 @@ "title": true }, "build": { - "appId": "ISSIE.228", + "appId": "ISSIE.229", "asar": true, "win": { "target": "zip" diff --git a/src/Renderer/Interface/Version.fs b/src/Renderer/Interface/Version.fs index ee52bee55..15cd361ed 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ 2 ; 2 ; 8] +let VERSION = [ 2 ; 2 ; 9] // 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