Skip to content

Commit 8ea1969

Browse files
committed
Release v1.7.3
1 parent 47b4f45 commit 8ea1969

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heatseeker"
3-
version = "1.7.2"
3+
version = "1.7.3"
44
authors = ["Ryan Schmitt <rschmitt@pobox.com>"]
55
description = "A fast, robust, and portable fuzzy finder."
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ brew install heatseeker
2828
To install on Linux, run:
2929

3030
```zsh
31-
wget -q -O - https://github.com/rschmitt/heatseeker/releases/download/v1.7.2/heatseeker-v1.7.2-x86_64-unknown-linux-musl.tar.gz | tar -zxf - hs
31+
wget -q -O - https://github.com/rschmitt/heatseeker/releases/download/v1.7.3/heatseeker-v1.7.3-x86_64-unknown-linux-musl.tar.gz | tar -zxf - hs
3232
# To install globally:
3333
sudo install hs /usr/local/bin/
3434
# To install in your home directory:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ before_deploy:
4848
deploy:
4949
artifact: /.*\.zip/
5050
auth_token:
51-
secure: LxNXB27fkh5knq9rdIJ0iKYKEQ+oh0dAcuggcss0wPjhHBNQK7qbztMdKR5Ijekm
51+
secure: "zfIWpn1elwYS+bre7LWCGHxaUqv63BZxSLZYhm7YxAt9fIRCUIL2pWcvtRILj8DG"
5252
description: ''
5353
on:
5454
RUST_VERSION: stable

create-nupkg.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ copy README.md chocolatey\tools\README || exit /b 1
1111

1212
mkdir chocolatey\tools\bin || exit /b 1
1313

14-
wget -q https://github.com/rschmitt/heatseeker/releases/download/v1.7.2/heatseeker-v1.7.2-x86_64-pc-windows-msvc.zip || exit /b 1
15-
7z x heatseeker-v1.7.2-x86_64-pc-windows-msvc.zip || exit /b 1
16-
del heatseeker-v1.7.2-x86_64-pc-windows-msvc.zip
14+
wget -q https://github.com/rschmitt/heatseeker/releases/download/v1.7.3/heatseeker-v1.7.3-x86_64-pc-windows-msvc.zip || exit /b 1
15+
7z x heatseeker-v1.7.3-x86_64-pc-windows-msvc.zip || exit /b 1
16+
del heatseeker-v1.7.3-x86_64-pc-windows-msvc.zip
1717
move hs.exe chocolatey\tools\bin || exit /b 1
1818

1919
choco pack chocolatey\heatseeker.nuspec || exit /b 1

heatseeker.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>heatseeker</id>
6-
<version>1.7.2</version>
6+
<version>1.7.3</version>
77
<title>Heatseeker</title>
88
<authors>Ryan Schmitt</authors>
99
<owners>Ryan Schmitt</owners>

0 commit comments

Comments
 (0)