Compare commits

...

2 Commits

Author SHA1 Message Date
144d1bb86a Merge pull request 'bump version' (#13) from dev into master
Reviewed-on: #13
2024-03-11 18:36:17 +00:00
a9de377456 bump version 2024-03-11 19:35:54 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const appName = "EZPPLauncher";
const appVersion = "2.1.1";
const appVersion = "2.1.2";
module.exports = { appName, appVersion };

View File

@ -1,6 +1,6 @@
{
"name": "ezpplauncher-next",
"version": "2.1.1",
"version": "2.1.2",
"description": "EZPPLauncher rewritten with Svelte.",
"private": false,
"license": "MIT",