diff --git a/Cargo.lock b/Cargo.lock index fefd8c93..a72021fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "fcli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", @@ -669,7 +669,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "frepl" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index eccc60b4..7c9772fe 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fcli" description = "Fluence FCE command line tool" -version = "0.1.1" +version = "0.1.2" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/fce/tools/cli" license = "Apache-2.0" diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 17844864..bc458fe7 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frepl" description = "Fluence FCE REPL intended for testing purposes" -version = "0.1.0" +version = "0.1.1" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/fce/tools/repl" license = "Apache-2.0"