diff --git a/Cargo.lock b/Cargo.lock index 33fbedc..0118217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "byte-pusher-emu" -version = "0.1.0" +version = "0.2.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index a7bf1f3..6bb1715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byte-pusher-emu" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "BSD-3" authors = ["chrisvrose"]