From fa3eb1199bc78358dda89be3d544e60123edc5bf Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 14 Oct 2021 15:12:33 +0200 Subject: release 1.5.0 * add wolfram alpha command --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22387f1..207cdef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "catinator" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index da32799..525153a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.4.0" +version = "1.5.0" authors = ["Max Audron "] edition = "2018" -- cgit v1.2.3