Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmitt committed Dec 8, 2019
1 parent 3afd8c5 commit 77c9dfe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heatseeker"
version = "1.7.0"
version = "1.7.1"
authors = ["Ryan Schmitt <[email protected]>"]
description = "A fast, robust, and portable fuzzy finder."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brew install heatseeker
To install on Linux, run:

```zsh
wget -q -O - https://github.com/rschmitt/heatseeker/releases/download/v1.7.0/heatseeker-v1.7.0-x86_64-unknown-linux-musl.tar.gz | tar -zxf -
wget -q -O - https://github.com/rschmitt/heatseeker/releases/download/v1.7.1/heatseeker-v1.7.1-x86_64-unknown-linux-musl.tar.gz | tar -zxf -
# To install globally:
sudo install hs /usr/local/bin/
# To install in your home directory:
Expand Down
6 changes: 3 additions & 3 deletions create-nupkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ copy README.md chocolatey\tools\README || exit /b 1

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

wget -q https://github.com/rschmitt/heatseeker/releases/download/v1.7.0/heatseeker-v1.7.0-x86_64-pc-windows-msvc.zip || exit /b 1
7z x heatseeker-v1.7.0-x86_64-pc-windows-msvc.zip || exit /b 1
del heatseeker-v1.7.0-x86_64-pc-windows-msvc.zip
wget -q https://github.com/rschmitt/heatseeker/releases/download/v1.7.1/heatseeker-v1.7.1-x86_64-pc-windows-msvc.zip || exit /b 1
7z x heatseeker-v1.7.1-x86_64-pc-windows-msvc.zip || exit /b 1
del heatseeker-v1.7.1-x86_64-pc-windows-msvc.zip
move hs.exe chocolatey\tools\bin || exit /b 1

choco pack chocolatey\heatseeker.nuspec || exit /b 1
2 changes: 1 addition & 1 deletion heatseeker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>heatseeker</id>
<version>1.7.0</version>
<version>1.7.1</version>
<title>Heatseeker</title>
<authors>Ryan Schmitt</authors>
<owners>Ryan Schmitt</owners>
Expand Down

0 comments on commit 77c9dfe

Please sign in to comment.