From d0a847733343547a0169ae19f0dcba8927774695 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 23 Nov 2022 17:45:06 -0800 Subject: [PATCH] Release 0.2.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e708a8..4a0a144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.5" +version = "0.2.6" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index a755948..a8fc6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" -- 2.44.1