From 8186174d6f46724f71fa2f67b766bfd52b5fdd3c Mon Sep 17 00:00:00 2001 From: harshdoesdev Date: Fri, 11 Oct 2024 17:12:37 +0530 Subject: [PATCH] bump version -> 0.0.19 --- 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 deeae95..bbc8320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shuru" -version = "0.0.18" +version = "0.0.19" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 238844d..62e577f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuru" -version = "0.0.18" +version = "0.0.19" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 712eea8..0da18e1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A task runner and version manager for Node.js and Python, written in Rust! Shuru simplifies your development workflow by automating tasks and managing language versions. -[![Version](https://img.shields.io/badge/version-0.0.18-blue)](https://github.com/shuru-project/shuru/releases) +[![Version](https://img.shields.io/badge/version-0.0.19-blue)](https://github.com/shuru-project/shuru/releases) [![License](https://img.shields.io/badge/license-MIT-lightgrey)](https://opensource.org/licenses/MIT) [![CI Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/shuru-project/shuru/actions) [![Contributors](https://img.shields.io/badge/contributors-5-orange)](https://github.com/shuru-project/shuru/graphs/contributors)