From: Scott Worley Date: Thu, 24 Nov 2022 00:18:31 +0000 (-0800) Subject: Release 0.2.5 X-Git-Tag: v0.2.5 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/8d3ba641d0401262c5f583464cf3c90915fd2e2a?hp=3cdd04b57b98428f1f20371f275c352cb9468f28 Release 0.2.5 --- diff --git a/Cargo.lock b/Cargo.lock index 8bff7be..8e708a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.4" +version = "0.2.5" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index 4f0d17e..27f6bd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.4" +version = "0.2.5" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"