diff --git a/Cargo.lock b/Cargo.lock index eb7865a..4457f14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "alpha-bleeder" -version = "0.1.0" +version = "0.2.0" dependencies = [ "image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 490122a..503b98d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alpha-bleeder" -version = "0.1.0" +version = "0.2.0" authors = ["AmaranthineCodices "] repository = "https://github.com/AmaranthineCodices/alpha-bleeder" license = "MIT"