Version bump: 0.1.1

This commit is contained in:
Jez Cope 2021-07-26 11:59:57 +01:00
parent 25ec46428f
commit d6b69b3b1d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1229,7 +1229,7 @@ dependencies = [
[[package]]
name = "mxadm"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap",

View File

@ -1,7 +1,7 @@
[package]
name = "mxadm"
description = "A simple CLI interface to basic Matrix room admin tasks"
version = "0.1.0"
version = "0.1.1"
authors = ["Jez Cope <j.cope@erambler.co.uk>"]
edition = "2018"
license = "GPL-3.0-or-later"