diff --git a/cep18-test-contract/Cargo.toml b/cep18-test-contract/Cargo.toml index 733ffaa..080ccb0 100644 --- a/cep18-test-contract/Cargo.toml +++ b/cep18-test-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cep18-test-contract" -version = "1.1.0" +version = "1.2.0" authors = ["Michał Papierski "] edition = "2018" diff --git a/cep18/Cargo.toml b/cep18/Cargo.toml index c1295a3..358d281 100644 --- a/cep18/Cargo.toml +++ b/cep18/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cep18" -version = "1.1.0" +version = "1.2.0" edition = "2018" description = "A library for developing CEP-18 tokens for the Casper network." readme = "README.md" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index d106a21..870b86b 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tests" -version = "1.1.0" +version = "1.2.0" edition = "2018" authors = ["Michał Papierski "]