bump minor
This commit is contained in:
parent
59bd101fc5
commit
f25fead004
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zokrates_cli"
|
name = "zokrates_cli"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
||||||
repository = "https://github.com/JacobEberhardt/ZoKrates.git"
|
repository = "https://github.com/JacobEberhardt/ZoKrates.git"
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ fn main() {
|
||||||
// cli specification using clap library
|
// cli specification using clap library
|
||||||
let matches = App::new("ZoKrates")
|
let matches = App::new("ZoKrates")
|
||||||
.setting(AppSettings::SubcommandRequiredElseHelp)
|
.setting(AppSettings::SubcommandRequiredElseHelp)
|
||||||
.version("0.2")
|
.version("0.3.0")
|
||||||
.author("Jacob Eberhardt, Thibaut Schaeffer, Dennis Kuhnert")
|
.author("Jacob Eberhardt, Thibaut Schaeffer, Dennis Kuhnert")
|
||||||
.about("Supports generation of zkSNARKs from high level language code including Smart Contracts for proof verification on the Ethereum Blockchain.\n'I know that I show nothing!'")
|
.about("Supports generation of zkSNARKs from high level language code including Smart Contracts for proof verification on the Ethereum Blockchain.\n'I know that I show nothing!'")
|
||||||
.subcommand(SubCommand::with_name("compile")
|
.subcommand(SubCommand::with_name("compile")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zokrates_core"
|
name = "zokrates_core"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
|
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
|
||||||
repository = "https://github.com/JacobEberhardt/ZoKrates"
|
repository = "https://github.com/JacobEberhardt/ZoKrates"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue