From 7e9be774db789dcf281b993221b4adfbde582a55 Mon Sep 17 00:00:00 2001 From: Artemy Date: Fri, 12 Aug 2022 15:19:49 +0300 Subject: [PATCH] doc: update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a66699..e8d805f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "onlang" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index a07f230..aa54e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onlang" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["artegoser"] license = "MIT" diff --git a/README.md b/README.md index 9051dae..a34f236 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![onlang logo](static/logos/OnLang-transparent.png) -![Crates.io](https://img.shields.io/crates/v/onlang?style=flat-square) +[![Crates.io](https://img.shields.io/crates/v/onlang?style=flat-square)](https://crates.io/crates/onlang) # You may have questions