Skip to content

Commit

Permalink
bump to v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Aug 6, 2023
1 parent 1400c53 commit 13182ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "issie",
"version": "4.0.5",
"version": "4.0.6",
"description": "Schematic editor and Simulator",
"homepage": "https://github.com/tomcl/issie",
"bugs": {
"url": "https://github.com/tomcl/issie/issues"
},
"license": "",
"license": "LGPL-3.0-or-later",
"author": "tomcl",
"main": "build/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/Interface/Version.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Version
let VERSION = [ "4" ; "0" ; "a"; "5" ]
let VERSION = [ "4" ; "0" ; "a"; "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
Expand Down

0 comments on commit 13182ba

Please sign in to comment.