From 4464527340a975ce999a01d8142dcfc2fbbbb669 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 19 Nov 2022 11:31:18 -0800 Subject: [PATCH] Release 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.44.1