Skip to content

Commit

Permalink
Release 0.10.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Feb 16, 2021
1 parent 9a00412 commit f44c086
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = ["dev@iohk.io"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-scenario-tests/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = [ "dev@iohk.io" ]
edition = "2018"
default-run = "jormungandr-scenario-tests"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-testing-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-testing-utils"
version = "0.10.0-alpha.2"
version = "0.10.0-alpha.3"
authors = ["Nicolas Di Prima <nicolas.diprima@iohk.io>"]
edition = "2018"

Expand Down

0 comments on commit f44c086

Please sign in to comment.