diff --git a/electron/package.json b/electron/package.json index 3aecc1c4..5b8a5f44 100755 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "yarn-editor", "main": "main.js", - "version": "0.4.333", + "version": "0.4.334", "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 0fb0332a..71a29460 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/blurymind/YarnClassic/issues" }, - "version": "0.4.333", + "version": "0.4.334", "scripts": { "build": "export NODE_OPTIONS=--openssl-legacy-provider && 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 6165599f..785d70d1 100644 --- a/src/public/version.json +++ b/src/public/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.333" + "version": "0.4.334" } \ No newline at end of file