-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jess Frazelle <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ Local file-based password, API key, secret, recovery code store backed by GPG. | |
|
||
#### Binaries | ||
|
||
- **darwin** [386](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-darwin-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-darwin-amd64) | ||
- **freebsd** [386](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-freebsd-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-freebsd-amd64) | ||
- **linux** [386](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-linux-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-linux-amd64) / [arm](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-linux-arm) / [arm64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-linux-arm64) | ||
- **solaris** [amd64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-solaris-amd64) | ||
- **windows** [386](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-windows-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.1.0/pony-windows-amd64) | ||
- **darwin** [386](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-darwin-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-darwin-amd64) | ||
- **freebsd** [386](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-freebsd-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-freebsd-amd64) | ||
- **linux** [386](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-linux-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-linux-amd64) / [arm](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-linux-arm) / [arm64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-linux-arm64) | ||
- **solaris** [amd64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-solaris-amd64) | ||
- **windows** [386](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-windows-386) / [amd64](https://github.com/jessfraz/pony/releases/download/v0.2.0/pony-windows-amd64) | ||
|
||
#### Via Go | ||
|
||
|
@@ -31,7 +31,7 @@ USAGE: | |
pony [global options] command [command options] [arguments...] | ||
|
||
VERSION: | ||
version v0.1.0, build 33bfbcc | ||
version v0.2.0, build 33bfbcc | ||
|
||
AUTHOR(S): | ||
@jessfraz <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.0 | ||
v0.2.0 |