diff --git a/Cargo.lock b/Cargo.lock index d0ff970..541b265 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "libsui" -version = "0.0.2" +version = "0.0.3" dependencies = [ "cmake", "libc", diff --git a/Cargo.toml b/Cargo.toml index dbfce25..f415177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsui" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT" description = "A injection tool for executable formats (ELF, PE, Mach-O) that allows you to embed files into existing binary and extract them at runtime"