Skip to content

Commit 3af3920

Browse files
authored
Merge pull request #34 from use-ink/cmichi-release-0.48.0
Release `v0.48.0`
2 parents 1490418 + a70f69b commit 3af3920

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
authors = ["Use Ink <ink@use.ink>"]
33
edition = "2021"
4-
version = "0.47.0"
4+
version = "0.48.0"
55
license = "Unlicense"
66
homepage = "https://use.ink"
77
repository = "https://github.com/use-ink/ink-node"

node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ serde_json = { workspace = true }
2828
# Local
2929
ink-parachain-runtime = { path = "../parachain-runtime", features = [
3030
"parachain",
31-
], version = "0.47.0" }
32-
ink-node-runtime = { path = "../runtime", version = "0.47.0" }
31+
], version = "0.48.0" }
32+
ink-node-runtime = { path = "../runtime", version = "0.48.0" }
3333

3434
# Substrate
3535
frame-benchmarking = { workspace = true }

0 commit comments

Comments
 (0)