Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Jul 11, 2021
1 parent 74c3ccc commit 7e850c4
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -3,7 +3,7 @@ name = "git-grab"
authors = [
"Wesley Moore <wes@wezm.net>"
]
version = "0.1.0"
version = "0.1.1"
edition = "2018"

[dependencies]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ Download

Pre-compiled binaries are available for a number of platforms.

* [FreeBSD 13 amd64](https://releases.wezm.net/git-grab/0.1.0/git-grab-0.1.0-amd64-unknown-freebsd.tar.gz)
* [Linux x86\_64](https://releases.wezm.net/git-grab/0.1.0/git-grab-0.1.0-x86_64-unknown-linux-musl.tar.gz)
* [MacOS x86\_64](https://releases.wezm.net/git-grab/0.1.0/git-grab-0.1.0-x86_64-apple-darwin.tar.gz)
* [Windows x86\_64](https://releases.wezm.net/git-grab/0.1.0/git-grab-0.1.0-x86_64-pc-windows-msvc.zip)
* [FreeBSD 13 amd64](https://releases.wezm.net/git-grab/0.1.1/git-grab-0.1.1-amd64-unknown-freebsd.tar.gz)
* [Linux x86\_64](https://releases.wezm.net/git-grab/0.1.1/git-grab-0.1.1-x86_64-unknown-linux-musl.tar.gz)
* [MacOS x86\_64](https://releases.wezm.net/git-grab/0.1.1/git-grab-0.1.1-x86_64-apple-darwin.tar.gz)
* [Windows x86\_64](https://releases.wezm.net/git-grab/0.1.1/git-grab-0.1.1-x86_64-pc-windows-msvc.zip)

Example to download and extract a binary:

curl https://releases.wezm.net/git-grab/0.1.0/git-grab-0.1.0-x86_64-unknown-linux-musl.tar.gz | tar zxf -
curl https://releases.wezm.net/git-grab/0.1.1/git-grab-0.1.1-x86_64-unknown-linux-musl.tar.gz | tar zxf -

Usage
-----
Expand Down

0 comments on commit 7e850c4

Please sign in to comment.