From 7595540265719c86f2947271971fc3f91a2cb0f7 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 11 Jun 2021 19:10:07 +0200 Subject: Release version 1.2.0 * add pet command --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b273198..142e671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "catinator" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7b164a3..e149ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.1.0" +version = "1.2.0" authors = ["Max Audron "] edition = "2018" -- cgit v1.2.3