diff --git a/package.json b/package.json index 232b8f659..de5ee07ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "1.0.8", + "version": "1.0.9", "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 23970badd..a0af635e7 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ 1 ; 0 ; 8] +let VERSION = [ 1 ; 0 ; 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