From bf910abdac4b60785c320b0cbb1d67b366d46942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n?= <30974986+deuszex@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:03:32 +0200 Subject: [PATCH] version up (#134) --- cep18-test-contract/Cargo.toml | 2 +- cep18/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 "]