Skip to content

Commit 3bf1d40

Browse files
Bump version to v0.1.3 ALPHA
1 parent ab267c8 commit 3bf1d40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yarn-scribbler",
33
"main": "main.js",
4-
"version": "0.1.2-ALPHA",
4+
"version": "0.1.3-ALPHA",
55
"license": "MIT",
66
"author": " @infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov, @FaultyFunctions",
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. Scribble functionality provided by Faulty.",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "yarn-editor-web",
2+
"name": "yarnscribbler",
33
"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",
44
"license": "MIT",
55
"author": "@infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov",
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/YarnSpinnerTool/YarnEditor/issues"
1313
},
14-
"version": "0.1.2-ALPHA",
14+
"version": "0.1.3-ALPHA",
1515
"scripts": {
1616
"build": "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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.2-ALPHA"
2+
"version": "0.1.3-ALPHA"
33
}

0 commit comments

Comments
 (0)