Skip to content

Commit b9e3640

Browse files
authored
Bump versions (#271)
* bump versions * bumping docs version -it was already 1.0.0 but we forgot to merge it back to main-
1 parent f9a59ea commit b9e3640

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: substrate-runtimes
22
title: Substrate Runtimes
3-
version: 0.1.0
3+
version: 1.1.0
44
nav:
55
- modules/ROOT/nav.adoc
66
asciidoc:

evm-template/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

evm-template/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = { workspace = true }
77
license = { workspace = true }
88
publish = false
99
repository = { workspace = true }
10-
version = "0.1.2"
10+
version = "1.0.0"
1111

1212
[dependencies]
1313
clap = { workspace = true }

evm-template/runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "An EVM parachain runtime template"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
8-
version = "0.1.2"
8+
version = "1.0.0"
99

1010
[package.metadata.docs.rs]
1111
targets = [ "x86_64-unknown-linux-gnu" ]

generic-template/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generic-template/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = { workspace = true }
77
license = { workspace = true }
88
publish = false
99
repository = { workspace = true }
10-
version = "1.0.0"
10+
version = "2.0.0"
1111

1212
[dependencies]
1313
clap = { workspace = true }

generic-template/runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A generic parachain runtime template"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
8-
version = "1.0.0"
8+
version = "2.0.0"
99

1010
[package.metadata.docs.rs]
1111
targets = [ "x86_64-unknown-linux-gnu" ]

0 commit comments

Comments
 (0)