diff --git a/Cargo.lock b/Cargo.lock index ba22412..ab652fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" [[package]] name = "hello-rust" -version = "1.0.0" +version = "1.1.0" dependencies = [ "lazy_static", "libloading", diff --git a/Cargo.toml b/Cargo.toml index efcecd5..ea8e6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-rust" -version = "1.0.0" +version = "1.1.0" edition = "2021" build = "build.rs" @@ -14,7 +14,7 @@ codegen-units = 1 OriginalFilename = "OLEDShift.exe" FileDescription = "OLEDShift" ProductName = "OLEDShift" -ProductVersion = "1.0.0" +ProductVersion = "1.1.0" [build-dependencies] winresource = "0.1.16"