From e64cdc09996593555b6c421f79c3830b7100897a Mon Sep 17 00:00:00 2001 From: Tom Clarke Date: Sat, 14 Sep 2024 13:07:34 +0100 Subject: [PATCH] bump to v5.1.19 --- package.json | 2 +- src/Renderer/Interface/Version.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8e53ae9a..77a71456b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "5.1.18", + "version": "5.1.19", "description": "Schematic editor and Simulator", "homepage": "https://github.com/tomcl/issie", "bugs": { diff --git a/src/Renderer/Interface/Version.fs b/src/Renderer/Interface/Version.fs index 856801c9d..2463a480f 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ "5" ; "1"; "18" ] +let VERSION = [ "5" ; "1"; "19" ] // 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