Bump version

This commit is contained in:
asonix 2024-02-11 19:20:56 -06:00
parent 21ffc4111e
commit 0d9ec4cc87
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

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

View file

@ -5,7 +5,7 @@
rustPlatform.buildRustPackage {
pname = "warriors-names";
version = "0.2.2";
version = "0.2.3";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;