From 5570102a27b87b4c0b5a3e82a1753e7c100e2b5c Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 19 Nov 2022 23:32:51 -0800 Subject: [PATCH] Release 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.44.1