Skip to content

Commit b9d699c

Browse files
committed
Update version
1 parent dda6d07 commit b9d699c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yarn-editor",
33
"main": "main.js",
4-
"version": "0.4.355",
4+
"version": "0.4.356",
55
"license": "MIT",
66
"author": " @infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov",
77
"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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/blurymind/YarnClassic/issues"
1313
},
14-
"version": "0.4.355",
14+
"version": "0.4.356",
1515
"scripts": {
1616
"build": "export NODE_OPTIONS=--openssl-legacy-provider && npm run copy-version && webpack -p --progress --mode production --config webpack.config.js",
1717
"build-dev": "npm run copy-version && cross-env NODE_ENV=dev webpack -p --progress --config webpack.config.js",

src/public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.4.355"
2+
"version": "0.4.356"
33
}

0 commit comments

Comments
 (0)