Skip to content

Commit 6532bee

Browse files
committed
chore(release): bump version to 5.1.1
1 parent 495770d commit 6532bee

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/token-dashboard-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "token-dashboard-cli"
3-
version = "5.1.0"
3+
version = "5.1.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/token-dashboard-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "token-dashboard-core"
3-
version = "5.1.0"
3+
version = "5.1.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/token-dashboard-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 = "token-dashboard-tauri"
3-
version = "5.1.0"
3+
version = "5.1.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/token-dashboard-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Token Dashboard",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"identifier": "com.arylmera.token-dashboard",
66
"build": {
77
"frontendDist": "frontend-stub"

0 commit comments

Comments
 (0)