From 5843ace3885f6a6166b34239eb7c72ef798eee24 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 20 Nov 2022 00:46:30 -0800 Subject: [PATCH] Release 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81a2c4e..b3154dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index 4e7ab0d..e389d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" -- 2.44.1