From 89a8e257e8ca5cf5838a273e902849ad5b00c6f2 Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Thu, 19 Oct 2017 11:39:17 +0200 Subject: [PATCH] (cargo-release) version 0.2.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26c6120..148a2de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rogcat" -version = "0.2.12-pre" +version = "0.2.12" dependencies = [ "appdirs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4ae956c..06f73e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["android", "adb", "debugging", "log", "logcat"] license = "WTFPL" name = "rogcat" repository = "https://github.com/flxo/rogcat" -version = "0.2.12-pre" +version = "0.2.12" [dependencies] appdirs = "0.2.0" bytes = "0.4.5"