From ff04fd4c398c73939efa234a943716df5f274cd6 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ <suimin.tu.mu.ga.mi@gmail.com> Date: Fri, 17 Feb 2023 20:06:08 +0200 Subject: [PATCH] 2.4.5 From previous commits: - added dxvk 2.1 and some new wine versions - use per-server cache (#61) --- README.md | 2 +- neutralino.config.json | 2 +- package.json | 2 +- scripts/bundle-appimage.cjs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4415e24..293b991 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ field in your `config.yaml` file (settings -> launcher folder). If your system u | Game version | Launcher version | Patch version | | :---: | :---: | :---: | -| 3.4 | 2.4.4 | 3.4 stable ✅ | +| 3.4 | 2.4.5 | 3.4 stable ✅ | 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 4fe192c..8b49bf3 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,6 +1,6 @@ { "applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher", - "version": "2.4.4", + "version": "2.4.5", "defaultMode": "window", "port": 0, "documentRoot": "/bundle/", diff --git a/package.json b/package.json index 77882e7..7b23762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "an-anime-game-launcher", - "version": "2.4.4", + "version": "2.4.5", "license": "GPL-3.0", "type": "module", "scripts": { diff --git a/scripts/bundle-appimage.cjs b/scripts/bundle-appimage.cjs index 9379db1..6a53f8c 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-2.4.4.AppImage'), // Application version - version: '2.4.4' + version: '2.4.5' }); // Bundle project