From e2008be0e3f4092e3fcae51d8e4fb3d86ecc9b5a Mon Sep 17 00:00:00 2001 From: ondra05 Date: Wed, 14 Sep 2022 21:52:17 +0200 Subject: [PATCH] Bumped version --- Cargo.lock | 2 +- ablescript/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90e98a6..4dd6386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ablescript" -version = "0.5.0" +version = "0.5.2" dependencies = [ "logos", "rand", diff --git a/ablescript/Cargo.toml b/ablescript/Cargo.toml index 5c1994a..88cd0e5 100644 --- a/ablescript/Cargo.toml +++ b/ablescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ablescript" -version = "0.5.0" +version = "0.5.2" authors = ["able "] edition = "2021"