From: Scott Worley Date: Sun, 20 Nov 2022 07:32:51 +0000 (-0800) Subject: Release 0.2.2 X-Git-Tag: v0.2.2 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/5570102a27b87b4c0b5a3e82a1753e7c100e2b5c?hp=3efad25c100cb4bde8455704878e24812888e3b3 Release 0.2.2 --- diff --git a/Cargo.lock b/Cargo.lock index 72ed542..e6c8c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.1" +version = "0.2.2" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index d076652..4e7ab0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"