From aa5de7a7a43b60fb06cdf4ff94c7a11a75108a1f Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 9 Apr 2026 18:10:09 +0100 Subject: [PATCH] bump to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24b9610..207b042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "guestbook" -version = "0.1.1" +version = "0.1.2" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 353dbc7..28315ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guestbook" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A configurable web guestbook made to be easy to use, with entries in plain text files, options for honeypots and captchas to deter spam, and moderation via Telegram bot." license = "MIT"