From: Scott Worley Date: Sat, 19 Nov 2022 19:31:18 +0000 (-0800) Subject: Release 0.2.1 X-Git-Tag: v0.2.1 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/refs/tags/v0.2.1 Release 0.2.1 --- diff --git a/Cargo.lock b/Cargo.lock index e029d95..b7676f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.1.0" +version = "0.2.1" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index 0845800..0cb261f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes"