Skip to content

Commit

Permalink
bump v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Nov 11, 2020
1 parent 5789364 commit 44f857a
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,6 +1,6 @@
{
"name": "issie",
"version": "1.0.4",
"version": "1.0.5",
"description": "Schematic editor and Simulator",
"homepage": "https://github.com/tomcl/issie",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"title": true
},
"build": {
"appId": "ISSIE.104",
"appId": "ISSIE.105",
"asar": true,
"win": {
"target": "zip"
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/Version.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Version
let VERSION = [ 1 ; 0 ; 4 ]
let VERSION = [ 1 ; 0 ; 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 44f857a

Please sign in to comment.