From 7b188e2fa10cefe558f039cf4cc5ca209eebc6b2 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 22 Dec 2022 14:57:55 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 242b911..392b32b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "warriors-names" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "rand", diff --git a/Cargo.toml b/Cargo.toml index 60997de..b616cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "warriors-names" description = "A bot that generates warriors cat names and posts them to mastodon" -version = "0.2.1" +version = "0.2.2" authors = ["asonix "] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/warriors-names"