Skip to content

Commit 8022e1f

Browse files
committed
chore: bump to version 0.5.2 (Fix broken links release)
1 parent 0b7045e commit 8022e1f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nhex",
33
"private": true,
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -37,4 +37,4 @@
3737
"vite": "^5.0.0",
3838
"vite-plugin-node-polyfills": "^0.21.0"
3939
}
40-
}
40+
}

packages/client/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nhex"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "nhex"
55
authors = [ "you" ]
66
edition = "2021"

packages/client/src-tauri/tauri.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "nhex",
10-
"version": "0.5.1"
10+
"version": "0.5.2"
1111
},
1212
"tauri": {
1313
"allowlist": {
@@ -57,4 +57,4 @@
5757
]
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)