Skip to content

Commit 5265f97

Browse files
committed
Bump project version to 4.5.0
Update project version from 4.0.6 to 4.5.0 across manifests (package.json, src-tauri/Cargo.toml, tauri.conf.json) and update lockfiles. Prepares the repository for the 4.5.0 release.
1 parent 9790ee0 commit 5265f97

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rust-hash-sum",
33
"private": true,
4-
"version": "4.0.6",
4+
"version": "4.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-hash-sum"
3-
version = "4.0.6"
3+
version = "4.5.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "rust-hash-sum",
10-
"version": "4.0.6"
10+
"version": "4.5.0"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)