Skip to content

Commit a3bef29

Browse files
v0.11.0-rc1
1 parent cebb4b8 commit a3bef29

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

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

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

testing/jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

testing/jormungandr-scenario-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66
default-run = "jormungandr-scenario-tests"

testing/jormungandr-testing-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-testing-utils"
3-
version = "0.10.0-alpha.3"
3+
version = "0.11.0-rc1"
44
authors = ["Nicolas Di Prima <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)