diff --git a/Cargo.lock b/Cargo.lock index b3c776f..d61b517 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3" [[package]] name = "steg86" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bit-vec", diff --git a/Cargo.toml b/Cargo.toml index 35075b1..f75f083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "steg86" description = "A tool for hiding messages in x86(_64) binaries" license-file = "LICENSE" -version = "0.1.0" +version = "0.1.1" authors = ["William Woodruff "] edition = "2018" readme = "README.md"