diff --git a/Cargo.lock b/Cargo.lock index e4dcd50..456fb2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "movine" -version = "0.8.1" +version = "0.8.2" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea773e9..a56e1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "movine" license = "MIT" -version = "0.8.1" +version = "0.8.2" authors = ["Byron Wasti "] homepage = "https://github.com/byronwasti/movine" repository = "https://github.com/byronwasti/movine"