Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 13, 2024
1 parent 68b09ed commit 79c07cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

```gradle
dependencies {
implementation("io.github.vyfor:kpresence:0.5.1")
implementation("io.github.vyfor:kpresence:0.5.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "io.github.vyfor"
version = "0.5.1"
version = "0.5.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 79c07cc

Please sign in to comment.