aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-13 17:14:35 +0200
committerMax Audron <audron@cocaine.farm>2021-06-13 17:14:35 +0200
commit8e3f21362833874a39994157b85db64313d4d2ad (patch)
treeb0da4124cd7083a2f949480384347a27cc6d7513 /Cargo.toml
parentfix crash on message only containing whitespace (diff)
release version 1.2.1
* fix crash on empty message
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e149ef1..cc2bc9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "catinator"
-version = "1.2.0"
+version = "1.2.1"
authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"