diff --git a/README.md b/README.md index e41d699..9c40598 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ field in your `config.yaml` file (settings -> launcher folder). If your system u | Game version | Launcher version | Patch version | | :---: | :---: | :---: | -| 2.5.0 | 2.2.1 | 2.6.0 testing ⚠️ | +| 2.6.0 | 2.2.2 | 2.6.0 testing ⚠️ | We have our own [An Anime Game](https://discord.gg/ck37X6UWBp) discord server where you can ask any questions diff --git a/neutralino.config.json b/neutralino.config.json index bf5e29d..7994c1c 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,6 +1,6 @@ { "applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher", - "version": "2.2.1", + "version": "2.2.2", "defaultMode": "window", "port": 0, "documentRoot": "/bundle/", diff --git a/package.json b/package.json index b527be9..e142893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "an-anime-game-launcher", - "version": "2.2.1", + "version": "2.2.2", "license": "GPL-3.0", "type": "module", "scripts": { diff --git a/scripts/bundle-appimage.cjs b/scripts/bundle-appimage.cjs index 8684ebc..377e572 100644 --- a/scripts/bundle-appimage.cjs +++ b/scripts/bundle-appimage.cjs @@ -39,7 +39,7 @@ const bundler = new Bundler({ output: path.join(__dirname, '../dist/An Anime Game Launcher.AppImage'), // Application version - version: '2.2.1' + version: '2.2.2' }); // Bundle project