From 09a9c5b4ed179d8afbd8ebcac19e5f79485b86be Mon Sep 17 00:00:00 2001 From: chee Date: Fri, 4 Oct 2019 08:03:00 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c79943c..b6e8484 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "subs" -version = "0.1.6" +version = "0.2.0" dependencies = [ "getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e1c796a..fa74b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ license = "GPL-3.0+" authors = ["chee "] edition = "2018" name = "subs" -version = "0.1.6" +version = "0.2.0" repository = "https://git.snoot.club/chee/subs" readme = "README.md"