Skip to content

Commit

Permalink
all: update version to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slixe committed Sep 30, 2024
1 parent 6c01a41 commit 3998d6c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion xelis_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xelis_common"
version = "1.14.0"
version = "1.15.0"
edition = "2021"
authors = ["Slixe <slixeprivate@gmail.com>"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion xelis_daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xelis_daemon"
version = "1.14.0"
version = "1.15.0"
edition = "2021"
authors = ["Slixe <slixeprivate@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion xelis_miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xelis_miner"
version = "1.14.0"
version = "1.15.0"
edition = "2021"
authors = ["Slixe <slixeprivate@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion xelis_wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xelis_wallet"
version = "1.14.0"
version = "1.15.0"
edition = "2021"
authors = ["Slixe <slixeprivate@gmail.com>"]

Expand Down

0 comments on commit 3998d6c

Please sign in to comment.