diff --git a/Cargo.lock b/Cargo.lock index 5bd5a73..3e407d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "liftinstall" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6446b81..2ba5e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liftinstall" -version = "0.1.0" +version = "0.2.0" authors = ["James "] repository = "https://github.com/j-selby/liftinstall.git" documentation = "https://liftinstall.jselby.net"