From: Scott Worley Date: Sun, 20 Nov 2022 08:46:30 +0000 (-0800) Subject: Release 0.2.3 X-Git-Tag: v0.2.3 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/5843ace3885f6a6166b34239eb7c72ef798eee24?hp=2487fe70473abf0434311c78e99c1e1adeda9f48 Release 0.2.3 --- diff --git a/Cargo.lock b/Cargo.lock index 81a2c4e..b3154dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index 4e7ab0d..e389d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"