Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 4, 2024
1 parent aec1ece commit fe26a18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Possible log types:

### Unreleased

### v0.6.1 (2024-05-05)

- [fixed] Correctly publish library with Java 8 support. (Version 0.6.0 was
accidentally published for Java 17+ only.)

### v0.6.0 (2024-05-05)

- [added] Implement `network_traffic` sensor (#22)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
Then, add the dependency to your `build.gradle`:

```groovy
implementation 'io.github.spaceapi-community:spaceapi-kt:0.6.0'
implementation 'io.github.spaceapi-community:spaceapi-kt:0.6.1'
```


Expand Down

0 comments on commit fe26a18

Please sign in to comment.