diff --git a/package.json b/package.json index 4d09a8774..28e545166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "5.1.1", + "version": "5.1.2", "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 e49bd6c9a..316865a23 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ "5" ; "1"; "1" ] +let VERSION = [ "5" ; "1"; "2" ] // 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