From 4db5ebe731d983565c85fb4c56d0259b40a46f70 Mon Sep 17 00:00:00 2001 From: miampf Date: Sat, 27 Jan 2024 16:22:11 +0100 Subject: [PATCH] bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7a26e7..1980006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "tag" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 38156ba..8f0e074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tag" authors = ["miampf"] -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Search for local text files with a simple tagging system." license = "MIT"