Skip to content

Commit

Permalink
docs: update version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardnew committed Apr 17, 2024
1 parent 590852c commit 031469a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ For bare-metal applications using `platformio.ini`, add the following to `lib_de
```ini
[env]
lib_deps =
https://github.com/ardnew/cronos.git#v0.2.0
https://github.com/ardnew/cronos.git#v0.2.1
```

For library project using `library.json`, add the following to "dependencies":

```json
{
"dependencies": {
"ardnew/cronos": "^0.2.0"
"ardnew/cronos": "^0.2.1"
}
}
```
Expand Down

0 comments on commit 031469a

Please sign in to comment.