From f7385fd4e778e28da9de0a1bc306b62753406575 Mon Sep 17 00:00:00 2001 From: schaeff Date: Thu, 18 Apr 2019 15:59:50 +0200 Subject: [PATCH] bump versions --- zokrates_cli/Cargo.toml | 2 +- zokrates_core/Cargo.toml | 2 +- zokrates_stdlib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zokrates_cli/Cargo.toml b/zokrates_cli/Cargo.toml index b4a0c48c..a4f66c75 100644 --- a/zokrates_cli/Cargo.toml +++ b/zokrates_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zokrates_cli" -version = "0.4.4" +version = "0.4.5" authors = ["Jacob Eberhardt ", "Dennis Kuhnert ", "Thibaut Schaeffer "] repository = "https://github.com/JacobEberhardt/ZoKrates.git" edition = "2018" diff --git a/zokrates_core/Cargo.toml b/zokrates_core/Cargo.toml index 9a511e29..84103d85 100644 --- a/zokrates_core/Cargo.toml +++ b/zokrates_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zokrates_core" -version = "0.3.7" +version = "0.3.8" authors = ["Jacob Eberhardt ", "Dennis Kuhnert "] repository = "https://github.com/JacobEberhardt/ZoKrates" readme = "README.md" diff --git a/zokrates_stdlib/Cargo.toml b/zokrates_stdlib/Cargo.toml index c73dac29..7ec7a2ba 100644 --- a/zokrates_stdlib/Cargo.toml +++ b/zokrates_stdlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zokrates_stdlib" -version = "0.1.0" +version = "0.1.1" authors = ["Stefan Deml ", "schaeff "] edition = "2018"