diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd05b2e..68a161b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,7 @@ Steps to reproduce the behavior: **System Info (please complete the following information):** - OS: [e.g. Windows 11, Ubuntu 22.04, macOS 14.0] - - Version: [e.g. v6.4.0] + - Version: [e.g. v6.4.1] - Extra Client Mods/Plugins: [e.g. Vencord with FakeNitro and AlwaysAnimate] - Under most circumstances, you should always try disabling client mods/plugins before reporting a bug! This way, if it is the fault of a plugin, you can make note of that. - Any other relevant info: diff --git a/README.md b/README.md index 9c64088..9ca5fbf 100644 --- a/README.md +++ b/README.md @@ -39,25 +39,25 @@
- x86_64 + x86_64 | - ARM + ARM
- x86_64 + x86_64 | - ARM + ARM
- x86_64 + x86_64 | - ARM v7 + ARM v7 | - ARM64 + ARM64
diff --git a/flatpak/com.spikehd.dorion.yml b/flatpak/com.spikehd.dorion.yml index 047e552..4ddcbbc 100644 --- a/flatpak/com.spikehd.dorion.yml +++ b/flatpak/com.spikehd.dorion.yml @@ -19,15 +19,15 @@ modules: buildsystem: simple sources: - type: file - url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.0/dorion_6.4.0_amd64.deb + url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.1/dorion_6.4.1_amd64.deb sha256: 7934AE579EC041A46D5877531FFC6CF520FB5BD1A2F583A1EBA3D7B8B9F5FF41 only-arches: [x86_64] - type: file - url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.0/dorion_6.4.0_arm64.deb + url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.1/dorion_6.4.1_arm64.deb sha256: 173E922B06105F714DC7804A0F51C368CFF2904BF666D7BA8677DE3C5288DB63 only-arches: [aarch64] - type: file - url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.0/dorion_6.4.0_armhf.deb + url: https://github.com/SpikeHD/Dorion/releases/download/v6.4.1/dorion_6.4.1_armhf.deb sha256: 9B6982DD2F256DAA0D69348A8F370331390D199F7BC9E610895F67D142A49B55 only-arches: [arm] build-commands: diff --git a/package.json b/package.json index cf8b434..e65b2bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dorion", - "version": "6.4.0", + "version": "6.4.1", "type": "module", "scripts": { "build:js": "vite build && esbuild --bundle --minify --target=es6 --outfile=src-tauri/injection/postinject_min.js src-tauri/injection/postinject.ts && esbuild --bundle --minify --target=es6 --outfile=src-tauri/injection/preinject_min.js src-tauri/injection/preinject.ts", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0a6be5b..791b6a4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -42,7 +42,7 @@ } }, "productName": "Dorion", - "version": "6.4.0", + "version": "6.4.1", "identifier": "com.spikehd.dorion", "plugins": {}, "app": {