From fa31d40aa66fb6025b3059a929b576d34a050d62 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 11 Mar 2024 16:08:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.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 a37e353..6131a32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "gimoji" -version = "1.0.0" +version = "1.1.0" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1d3e994..6f92a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gimoji" description = "Easily add emojis to your git commit messages 🎉" -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "MIT" authors = ["Zeeshan Ali Khan "]