Skip to content

Commit

Permalink
bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdroidFilter committed Oct 16, 2024
1 parent 33e3395 commit 663f96f
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 @@ -30,7 +30,7 @@ To use the ComposeTray library, add it as a dependency in your `build.gradle.kts

```kotlin
dependencies {
implementation("io.github.kdroidfilter:composenativetray:0.2.0")
implementation("io.github.kdroidfilter:composenativetray:0.3.0")
}
```

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

group = "com.kdroid.composenativetray"
version = "0.2.0"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 663f96f

Please sign in to comment.