Skip to content

Commit 1dd3363

Browse files
author
Mikhail Zabaluev
committed
Release 0.13.0
1 parent d5f6be8 commit 1dd3363

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.13.0-dev"
3+
version = "0.13.0"
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.13.0-dev"
3+
version = "0.13.0"
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.13.0-dev"
3+
version = "0.13.0"
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.13.0-dev"
3+
version = "0.13.0"
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.13.0-dev"
3+
version = "0.13.0"
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.13.0-dev"
3+
version = "0.13.0"
44
authors = ["Nicolas Di Prima <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)