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"