Skip to content

Commit

Permalink
Merge pull request #36 from Kumassy/release/0.8.0
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
Kumassy committed Aug 12, 2023
2 parents cdb80bd + 33f2e81 commit 7de3472
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,23 +134,23 @@ <h2 class="text-center mb-3">{% t landing.download.title %}</h2>
<div class="row justify-content-md-center gy-4">
<div class="col-md-3">
<a
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.7.0/ownserver-client-gui_0.7.0_x64_en-US.msi"
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.8.0/ownserver-client-gui_0.8.0_x64_en-US.msi"
class="btn btn-primary"
>
{% t landing.download.windows %}
</a>
</div>
<div class="col-md-3">
<a
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.7.0/ownserver-client-gui_0.7.0_x64.dmg"
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.8.0/ownserver-client-gui_0.8.0_x64.dmg"
class="btn btn-primary"
>
{% t landing.download.macos %}
</a>
</div>
<div class="col-md-3">
<a
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.7.0/ownserver-client-gui_0.7.0_amd64.AppImage"
href="https://github.com/Kumassy/ownserver-client-gui/releases/download/app-v0.8.0/ownserver-client-gui_0.8.0_amd64.AppImage"
class="btn btn-primary"
>
{% t landing.download.linux %}
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": "ownserver-client-gui",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"dependencies": {
"@brianmcallister/react-auto-scroll": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ownserver-client-gui"
version = "0.7.0"
version = "0.8.0"
description = "OwnServer Client GUI"
authors = ["Kumassy"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "ownserver-client-gui",
"version": "0.7.0"
"version": "0.8.0"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit 7de3472

Please sign in to comment.