Skip to content

Commit

Permalink
bump to 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Feb 13, 2022
1 parent 26e50a7 commit 3338707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issie",
"version": "2.4.4",
"version": "2.4.5",
"description": "Schematic editor and Simulator",
"homepage": "https://github.com/tomcl/issie",
"bugs": {
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 = [ 2 ; 4 ; 4 ]
let VERSION = [ 2 ; 4 ; 5 ]

// 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 3338707

Please sign in to comment.