Skip to content

Commit 38ef287

Browse files
authored
Merge pull request #17 from use-ink/cmichi-release-0.44.0
Release v0.44.0
2 parents 7a1f686 + d22b7fb commit 38ef287

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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 <[email protected]>"]
33
edition = "2021"
4-
version = "0.43.3"
4+
version = "0.44.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
@@ -29,8 +29,8 @@ wasmtime = { workspace = true }
2929
# Local
3030
ink-parachain-runtime = { path = "../parachain-runtime", features = [
3131
"parachain",
32-
], version = "0.43.3" }
33-
ink-node-runtime = { path = "../runtime", version = "0.43.3" }
32+
], version = "0.44.0" }
33+
ink-node-runtime = { path = "../runtime", version = "0.44.0" }
3434

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

0 commit comments

Comments
 (0)