Skip to content

Commit

Permalink
chore: bump to version 0.5.2 (Fix broken links release)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvxvx committed May 11, 2024
1 parent 0b7045e commit 8022e1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/client/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nhex",
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -37,4 +37,4 @@
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "^0.21.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nhex"
version = "0.5.1"
version = "0.5.2"
description = "nhex"
authors = [ "you" ]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "nhex",
"version": "0.5.1"
"version": "0.5.2"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -57,4 +57,4 @@
]
}
}
}
}

0 comments on commit 8022e1f

Please sign in to comment.