diff --git a/Cargo.lock b/Cargo.lock index 012ef20..a977bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rogcat" -version = "0.2.8-pre" +version = "0.2.8" 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 55b35e3..e092b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/flxo/rogcat" keywords = ["android", "adb", "debugging", "log", "logcat"] license = "WTFPL" name = "rogcat" -version = "0.2.8-pre" +version = "0.2.8" [dependencies] appdirs = "0.2.0"