From 27ed01d55f0875242313d90c700f9c113e79dfd0 Mon Sep 17 00:00:00 2001 From: Adam Lesperance Date: Mon, 22 Jul 2019 18:53:25 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 987a62b..b715dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "fse_dump" -version = "0.4.6" +version = "0.4.7" dependencies = [ "bus 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b1bd3b0..546d81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fse_dump" description = "Dumps the fseventsd entries from a mac" -version = "0.4.6" +version = "0.4.7" edition = "2018" authors = ["Adam Lesperance "]