From 064bec824f888748639f88e1d7d120585d2030fe Mon Sep 17 00:00:00 2001 From: Doug Elkin Date: Thu, 29 Feb 2024 21:53:45 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79457ea..5decfff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "gmocli" -version = "1.0.0" +version = "1.1.0" dependencies = [ "json", ] diff --git a/Cargo.toml b/Cargo.toml index 6bc1993..3a0aa9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gmocli" description = "gmocli provides a command-line interface for searching emoji characters with associated gitmoji descriptions." -version = "1.0.0" +version = "1.1.0" authors = ["Doug Elkin "] readme = "README.md" repository = "https://github.com/duhdugg/gmocli/"