diff --git a/Cargo.lock b/Cargo.lock index a5caa095..cf31a750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "frepl" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index e9881122..949eab69 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.2" +version = "0.1.3" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/fce/tools/repl" license = "Apache-2.0"