From f0bca0689e982c86b03eb1ec317ad1cd1224a562 Mon Sep 17 00:00:00 2001 From: TheMitoSan Date: Wed, 31 May 2023 07:51:53 -0300 Subject: [PATCH] Project: bump version to 1.1.0 --- App/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/App/package.json b/App/package.json index ce8ab0d..3afc28e 100644 --- a/App/package.json +++ b/App/package.json @@ -1 +1 @@ -{"hash":"","version":"1.0.0","main":"index.htm","author":"TemmieHeartz","license":"GPL-2.0-only","name":"R3 Auto Map Gen","description":"This app creates an node-conected map on the go for Resident Evil 3 classic.","window":{"frame":true,"width":1418,"height":736,"toolbar":false,"min_width":1418,"min_height":736,"fullscreen":false,"position":"center","theme-color":"#200","icon":"img/icon.png","title":"R3 Auto Map Gen."}} \ No newline at end of file +{"hash":"","version":"1.1.0","main":"index.htm","author":"TemmieHeartz","license":"GPL-2.0-only","name":"R3 Auto Map Gen","description":"This app creates an node-conected map on the go for Resident Evil 3 classic.","window":{"frame":true,"width":1418,"height":736,"toolbar":false,"min_width":1418,"min_height":736,"fullscreen":false,"position":"center","theme-color":"#200","icon":"img/icon.png","title":"R3 Auto Map Gen."}} \ No newline at end of file diff --git a/package.json b/package.json index 7ae5567..8d56f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "hash": "", - "version": "1.0.0", + "version": "1.1.0", "main": "App/index.htm", "author": "TemmieHeartz", "license": "GPL-2.0-only",