From 95ecbdf4ce1c6a07b2046526ced16212246d67b8 Mon Sep 17 00:00:00 2001 From: ondra05 Date: Tue, 12 Apr 2022 14:17:20 +0200 Subject: [PATCH] version bump --- Cargo.lock | 4 ++-- ablescript/Cargo.toml | 2 +- ablescript_cli/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcbe75c..7d3076b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ablescript" -version = "0.2.0" +version = "0.3.0" dependencies = [ "logos", "rand", @@ -12,7 +12,7 @@ dependencies = [ [[package]] name = "ablescript_cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ablescript", "clap", diff --git a/ablescript/Cargo.toml b/ablescript/Cargo.toml index 48b5603..3e72e3e 100644 --- a/ablescript/Cargo.toml +++ b/ablescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ablescript" -version = "0.2.0" +version = "0.3.0" authors = ["able "] edition = "2021" diff --git a/ablescript_cli/Cargo.toml b/ablescript_cli/Cargo.toml index f48521f..88c502d 100644 --- a/ablescript_cli/Cargo.toml +++ b/ablescript_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ablescript_cli" -version = "0.2.0" +version = "0.3.0" authors = ["able "] edition = "2021" @@ -12,7 +12,7 @@ repository = "https://github.com/AbleCorp/able-script" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ablescript = { version = "0.2.0", path = "../ablescript" } +ablescript = { version = "0.3.0", path = "../ablescript" } clap = "3.1" rustyline = "9.1"