Skip to content

Commit

Permalink
updated semver to v0.9.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsukew committed Aug 12, 2022
1 parent 24411de commit c27cdbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swanky-node"
version = "0.7.1"
version = "0.9.1"
description = "Local Substrate node for wasm contract development & testing"
authors = ["Astar Network"]
homepage = "https://astar.network"
Expand Down Expand Up @@ -60,7 +60,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte
frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }

# Local Dependencies
swanky-runtime = { version = "0.7.1", path = "../runtime" }
swanky-runtime = { version = "0.9.1", path = "../runtime" }

# RPC related dependencies
jsonrpsee = { version = "0.14.0", features = ["server"] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swanky-runtime"
version = "0.7.1"
version = "0.9.1"
description = "A fresh FRAME-based Substrate runtime, ready for hacking."
authors = ["Astar Network"]
homepage = "https://astar.network"
Expand Down

0 comments on commit c27cdbf

Please sign in to comment.