From 6ac37d82ce35ec235af4c05d74fb2c7aba18b03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Sun, 26 Jul 2020 15:40:55 +0200 Subject: [PATCH] Bump version to 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 604f886..22eb922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "finalfusion-utils" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 16a392c..cb14b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finalfusion-utils" -version = "0.11.0" +version = "0.11.1" authors = ["Daniƫl de Kok "] edition = "2018" description = "finalfusion utilities"