Bump version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-12-22 14:57:55 -06:00
parent 801747c7bc
commit 7b188e2fa1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -793,7 +793,7 @@ dependencies = [
[[package]] [[package]]
name = "warriors-names" name = "warriors-names"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"rand", "rand",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "warriors-names" name = "warriors-names"
description = "A bot that generates warriors cat names and posts them to mastodon" description = "A bot that generates warriors cat names and posts them to mastodon"
version = "0.2.1" version = "0.2.2"
authors = ["asonix <asonix@asonix.dog>"] authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0" license = "AGPL-3.0"
repository = "https://git.asonix.dog/asonix/warriors-names" repository = "https://git.asonix.dog/asonix/warriors-names"