Skip to content

Commit

Permalink
Bump version to v0.1.3 ALPHA
Browse files Browse the repository at this point in the history
  • Loading branch information
FaultyFunctions committed Jan 29, 2021
1 parent ab267c8 commit 3bf1d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-scribbler",
"main": "main.js",
"version": "0.1.2-ALPHA",
"version": "0.1.3-ALPHA",
"license": "MIT",
"author": " @infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov, @FaultyFunctions",
"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.",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yarn-editor-web",
"name": "yarnscribbler",
"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",
"license": "MIT",
"author": "@infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov",
Expand All @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/YarnSpinnerTool/YarnEditor/issues"
},
"version": "0.1.2-ALPHA",
"version": "0.1.3-ALPHA",
"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.1.2-ALPHA"
"version": "0.1.3-ALPHA"
}

0 comments on commit 3bf1d40

Please sign in to comment.