From 38d37c69b24972477426c65f7a5adce24b27b20a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 21 Jul 2023 10:14:47 +0000
Subject: [PATCH] release: cargo-binstall v1.1.2 (#1227)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
---
 Cargo.lock                  | 2 +-
 crates/bin/Cargo.toml       | 2 +-
 crates/bin/windows.manifest | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 7beb7f24..b95493df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -474,7 +474,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-binstall"
-version = "1.1.1"
+version = "1.1.2"
 dependencies = [
  "binstalk",
  "binstalk-manifests",
diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml
index 87ff4ecb..851362c1 100644
--- a/crates/bin/Cargo.toml
+++ b/crates/bin/Cargo.toml
@@ -3,7 +3,7 @@ name = "cargo-binstall"
 description = "Rust binary package installer for CI integration"
 repository = "https://github.com/cargo-bins/cargo-binstall"
 documentation = "https://docs.rs/cargo-binstall"
-version = "1.1.1"
+version = "1.1.2"
 rust-version = "1.65.0"
 authors = ["ryan <ryan@kurte.nz>"]
 edition = "2021"
diff --git a/crates/bin/windows.manifest b/crates/bin/windows.manifest
index 17381b1d..bcb726e6 100644
--- a/crates/bin/windows.manifest
+++ b/crates/bin/windows.manifest
@@ -3,7 +3,7 @@
 	<assemblyIdentity
 		type="win32"
 		name="Binstall.Cli.binstall"
-		version="1.1.1.0"
+		version="1.1.2.0"
 	/>
 
 	<trustInfo>