increase version number

This commit is contained in:
Johann150 2021-12-02 23:08:49 +01:00
parent b945422ca3
commit 0022d1cd01
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "agate"
version = "3.2.0"
version = "3.2.1"
dependencies = [
"anyhow",
"configparser",

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "3.2.0"
version = "3.2.1"
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
description = "Very simple server for the Gemini hypertext protocol"
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]