From b266af76887dcc6ff2b008fb42d4a4498260b1f0 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 25 Nov 2018 13:13:47 +0200 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d4e042d..e698adb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "1.0.1" +version = "1.1.0" dependencies = [ "console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9885afc3..31ec7edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "topgrade" description = "Upgrade all the things" -license-file = "LICENCE" +license-file = "LICENSE" repository = "https://github.com/r-darwish/topgrade" -version = "1.0.1" +version = "1.1.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"]