From b4d61e9c566ac3df3ccfecd306219cb6f0099ad4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Aug 2024 11:42:07 +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 66874b66..0624f3cc 100755 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "yarn-editor", "main": "main.js", - "version": "0.4.335", + "version": "0.4.336", "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 920b34c6..aa3b04e4 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/blurymind/YarnClassic/issues" }, - "version": "0.4.335", + "version": "0.4.336", "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 7f8fea9f..3da5e373 100644 --- a/src/public/version.json +++ b/src/public/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.335" + "version": "0.4.336" } \ No newline at end of file