diff --git a/Cargo.lock b/Cargo.lock
index 6ed17956..ff2c415d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,7 +98,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-binstall"
-version = "0.11.0"
+version = "0.11.1"
 dependencies = [
  "async-trait",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index de2756f1..585dcc63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "cargo-binstall"
 description = "Rust binary package installer for CI integration"
 repository = "https://github.com/ryankurte/cargo-binstall"
 documentation = "https://docs.rs/cargo-binstall"
-version = "0.11.0"
+version = "0.11.1"
 rust-version = "1.61.0"
 authors = ["ryan <ryan@kurte.nz>"]
 edition = "2021"
diff --git a/windows.manifest b/windows.manifest
index fd159c47..7e0bc5f6 100644
--- a/windows.manifest
+++ b/windows.manifest
@@ -3,7 +3,7 @@
 	<assemblyIdentity
 		type="win32"
 		name="Binstall.Cli.binstall"
-		version="0.11.0.0"
+		version="0.11.1.0"
 	/>
 
 	<trustInfo>