diff --git a/Cargo.lock b/Cargo.lock index afa7856..a1dc468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mintmark" -version = "0.1.0" +version = "0.2.0" dependencies = [ "barcoders 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 24c6605..02a5e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mintmark" -version = "0.1.0" +version = "0.2.0" authors = ["Benjamin Gilbert "] edition = "2018" license = "Apache-2.0"