From ef212320da64b9c27a7112310fb3088971f02a01 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sun, 14 Aug 2022 23:34:21 +0300 Subject: [PATCH] doc: update and publish version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8d805f..5bffb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "onlang" -version = "0.2.2" +version = "0.3.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index aa54e48..1076efb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onlang" -version = "0.2.2" +version = "0.3.0" edition = "2021" authors = ["artegoser"] license = "MIT"