Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesomannen committed Sep 11, 2024
1 parent c2615b9 commit 14ff954
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.8.5 (2024-09-11)

### Added

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gale",
"version": "0.8.4",
"version": "0.8.5",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -50,4 +50,4 @@
"rehype-raw": "^7.0.0",
"svelte-exmarkdown": "^3.0.5"
}
}
}
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 = "gale"
version = "0.8.4"
version = "0.8.5"
description = "A lightweight mod manager for Thunderstore"
authors = ["Kesomannen"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Gale",
"version": "0.8.4",
"version": "0.8.5",
"identifier": "com.kesomannen.gale",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down

0 comments on commit 14ff954

Please sign in to comment.