Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Sep 22, 2018
1 parent 6861e8c commit a22646e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FromScratch",
"version": "1.4.1",
"version": "1.4.2",
"description": "simple autosaving scratchpad",
"main": "./main.prod.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fromscratch",
"productName": "FromScratch",
"version": "1.4.1",
"version": "1.4.2",
"description": "simple autosaving scratchpad",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit a22646e

Please sign in to comment.