From 82e5fc4781666bf57476d025f1b6e7a5719da4c9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 17 Sep 2023 20:16:35 +1000
Subject: [PATCH] release: cargo-binstall v1.3.1 (#1374)

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 07d0dd46..11f66b72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -510,7 +510,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-binstall"
-version = "1.3.0"
+version = "1.3.1"
 dependencies = [
  "binstalk",
  "binstalk-manifests",
diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml
index 0d110c14..1b0d62c9 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.3.0"
+version = "1.3.1"
 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 849f13f3..afd1f81e 100644
--- a/crates/bin/windows.manifest
+++ b/crates/bin/windows.manifest
@@ -3,7 +3,7 @@
 	<assemblyIdentity
 		type="win32"
 		name="Binstall.Cli.binstall"
-		version="1.3.0.0"
+		version="1.3.1.0"
 	/>
 
 	<trustInfo>