From 12569aed4671d73552714a55ba2744053dfc4622 Mon Sep 17 00:00:00 2001 From: Byron Wasti Date: Thu, 6 Aug 2020 18:34:31 -0400 Subject: [PATCH] patch version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"