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"