From e7d8ec791a2e0d35b1435a42bc23e2d93ace533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 8 May 2020 09:06:33 +0200 Subject: [PATCH] Bump version to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b265f43..604f886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "finalfusion-utils" -version = "0.10.0" +version = "0.11.0" 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 155e36a..f1cabb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finalfusion-utils" -version = "0.10.0" +version = "0.11.0" authors = ["Daniƫl de Kok "] edition = "2018" description = "finalfusion utilities"