Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Release 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen committed Sep 4, 2022
1 parent a4db597 commit f3599d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## rmapi master
## rmapi 0.0.21 (September 04, 2022)

- Fix time conversion (@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.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
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.21/rmapi-macosx.zip -o rmapi.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.20"
const Version = "0.0.21"

0 comments on commit f3599d1

Please sign in to comment.