From 48852876501c25b11ab14e238c87c799d0004762 Mon Sep 17 00:00:00 2001 From: Timidger Date: Sat, 29 Jul 2017 18:36:08 -0700 Subject: [PATCH] Bumped version to v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f41921..de7f9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "way-cooler-bg" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.23.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5bd0e90..0fdd7c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "way-cooler-bg" -version = "0.2.0" +version = "0.2.1" authors = ["Timidger "] description = "Background program for Way Cooler" repository = "https://github.com/way-cooler/way-cooler-bg"