From 8d3ba641d0401262c5f583464cf3c90915fd2e2a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 23 Nov 2022 16:18:31 -0800 Subject: [PATCH] Release 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.44.1