Skip to content

Commit

Permalink
fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Jan 7, 2025
1 parent ec6b2f0 commit 3330473
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
<tr>
<td width="30%">
<div align="center">
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_x64_en-US.msi ">x86_64</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_x64_en-US.msi ">x86_64</a>
<span>|</span>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_arm64-setup.exe">ARM</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_arm64-setup.exe">ARM</a>
</div>
</td>
<td width="30%">
<div align="center">
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_x64.dmg">x86_64</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_x64.dmg">x86_64</a>
<span>|</span>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_aarch64.dmg">ARM</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_aarch64.dmg">ARM</a>
</div>
</td>
<td width="30%">
<div align="center">
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_amd64.deb">x86_64</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_amd64.deb">x86_64</a>
<span>|</span>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_armhf.deb">ARM v7</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_armhf.deb">ARM v7</a>
<span>|</span>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.0/Dorion_6.4.0_arm64.deb">ARM64</a>
<a href="https://github.com/SpikeHD/dorion/releases/download/v6.4.1/Dorion_6.4.1_arm64.deb">ARM64</a>
</div>
</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions flatpak/com.spikehd.dorion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"productName": "Dorion",
"version": "6.4.0",
"version": "6.4.1",
"identifier": "com.spikehd.dorion",
"plugins": {},
"app": {
Expand Down

0 comments on commit 3330473

Please sign in to comment.