Skip to content

Commit c9ebd06

Browse files
committed
bump version
1 parent b981e37 commit c9ebd06

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lto = "thin"
1515
codegen-units = 1
1616

1717
[workspace.package]
18-
version = "0.5.0"
18+
version = "0.5.1"
1919
homepage = "https://github.com/Lodestone-Team"
2020
readme = "README.md"
2121
edition = "2021"

dashboard/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodestone",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3001",

dashboard/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "Lodestone",
12-
"version": "0.5.0"
12+
"version": "0.5.1"
1313
},
1414
"tauri": {
1515
"allowlist": {

0 commit comments

Comments
 (0)