From a069e11a8506e82b98b655b5ee1b90074ca48ad1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Feb 2021 13:24:45 +0000 Subject: [PATCH] Update version --- electron/package.json | 2 +- package.json | 2 +- src/public/version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/package.json b/electron/package.json index 303776f1..ccbe2b2e 100755 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "yarn-editor", "main": "main.js", - "version": "0.4.123", + "version": "0.4.124", "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", diff --git a/package.json b/package.json index c5bee006..d6c53e1b 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/YarnSpinnerTool/YarnEditor/issues" }, - "version": "0.4.123", + "version": "0.4.124", "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", diff --git a/src/public/version.json b/src/public/version.json index d1ca4afb..8bb54f68 100644 --- a/src/public/version.json +++ b/src/public/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.123" + "version": "0.4.124" } \ No newline at end of file