From 31fb7990cb2ea5acd3ec471b19e93f607b40a810 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Wed, 8 Jan 2020 23:18:38 +1100 Subject: [PATCH] Fix a bug where the app refused to allow opening .yarn files --- electron/package.json | 2 +- package.json | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/package.json b/electron/package.json index 518a2f92..5590f8a1 100755 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "yarn-editor", "main": "main.js", - "version": "0.2.3", + "version": "0.2.4", "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 71170eec..d68ad8d1 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/YarnSpinnerTool/YarnEditor/issues" }, - "version": "0.2.3", + "version": "0.2.4", "scripts": { "build": "webpack -p --progress --mode production --config webpack.config.js", "build-dev": "cross-env NODE_ENV=dev webpack -p --progress --config webpack.config.js", diff --git a/src/index.html b/src/index.html index 4e89efc2..e226e5c7 100755 --- a/src/index.html +++ b/src/index.html @@ -275,7 +275,7 @@