Skip to content

Commit

Permalink
bumped version down to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed May 14, 2023
1 parent 8b6b0a2 commit 5a2ccc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodestone",
"version": "0.5.0",
"version": "0.4.4",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
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.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lodestone-client"
version = "0.5.0"
version = "0.4.4"
description = "Lodestone's Desktop Client"
authors = ["Lodestone-Team"]
license = ""
Expand All @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.1.1", features = ["api-all", "devtools", "updater"] }
tauri-plugin-localhost = "0.1.0"
portpicker = "0.1"
lodestone_core = {git = "https://github.com/Lodestone-Team/lodestone_core", branch = "releases/0.5.0"}
lodestone_core = {git = "https://github.com/Lodestone-Team/lodestone_core", branch = "main"}
tokio = { version = "1.21.1", features = ["macros", "rt"] }

[features]
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 @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lodestone",
"version": "0.5.0"
"version": "0.4.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 5a2ccc4

Please sign in to comment.