From: Scott Worley Date: Thu, 24 Nov 2022 01:45:06 +0000 (-0800) Subject: Release 0.2.6 X-Git-Tag: v0.2.6 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/refs/tags/v0.2.6 Release 0.2.6 --- diff --git a/Cargo.lock b/Cargo.lock index 8e708a8..4a0a144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.5" +version = "0.2.6" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index a755948..a8fc6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"