Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 7, 2021
1 parent 8086682 commit 5c80363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yarn-editor",
"main": "main.js",
"version": "0.4.121",
"version": "0.4.122",
"license": "MIT",
"author": " @infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov",
"description": "Dialogue editor created for \"Night in the Woods\" (and other projects) by @NoelFB and @infinite_ammo with contributions from @seiyria and @beeglebug. It is heavily inspired by and based on the amazing Twine software: http://twinery.org/. This version has been ported over to Electron and extended with further functionality by Todor Imreorov",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/YarnSpinnerTool/YarnEditor/issues"
},
"version": "0.4.121",
"version": "0.4.122",
"scripts": {
"build": "npm run copy-version && webpack -p --progress --mode production --config webpack.config.js",
"build-dev": "npm run copy-version && cross-env NODE_ENV=dev webpack -p --progress --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/public/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.121"
"version": "0.4.122"
}

0 comments on commit 5c80363

Please sign in to comment.