From 007c81015d03602783a6b905ffde16c51ef4f1b4 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Wed, 4 Aug 2021 20:32:09 +0100 Subject: [PATCH] Version bump: 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f40b099..89aa2dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "mxadm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6daab1b..0d8e2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mxadm" description = "A simple CLI interface to basic Matrix room admin tasks" -version = "0.1.1" +version = "0.1.2" authors = ["Jez Cope "] edition = "2018" license = "GPL-3.0-or-later"