From: Scott Worley Date: Sun, 20 Nov 2022 09:33:17 +0000 (-0800) Subject: Release 0.2.4 X-Git-Tag: v0.2.4 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/46e2889f066b65e66592d6ab6d901589d9ea5c84?hp=6f4c1824647d656cbac453684bdb962ac950b4d7 Release 0.2.4 --- diff --git a/Cargo.lock b/Cargo.lock index b3154dc..f285169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.3" +version = "0.2.4" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index e389d26..4f0d17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"