Skip to content

Commit

Permalink
Release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen committed Jan 29, 2022
1 parent 711389b commit c209c36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## rmapi 0.0.19 (January 29, 2022)

- Fix issue with rate limiting and mput (@ddvk)

- Fix type in help test (@myersjustinc)

## rmapi 0.0.18 (November 15, 2021)

* More fixes for new sync protocol (@ddvk)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-print-macosx.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use `terminal` or `iterm` to get a terminal to run commands from it.
Download `rmapi` with the following command:

```bash
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.18/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.19/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
```

Alternatively, you can build it from sources.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.0.18"
const Version = "0.0.19"

0 comments on commit c209c36

Please sign in to comment.