Skip to content

Commit

Permalink
Merge pull request #12 from burnoo/post-release-updates/0.2.2
Browse files Browse the repository at this point in the history
Add post-release updates (`0.2.2`)
  • Loading branch information
burnoo authored Aug 5, 2024
2 parents 7848d8c + 7a3f2b0 commit a86f524
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 @@ -7,7 +7,7 @@ WIP 🚧
`build.gradle.kts`:
```kotlin
dependencies {
implementation("dev.burnoo:compose-remember-setting:0.2.1")
implementation("dev.burnoo:compose-remember-setting:0.2.2")
}
```

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

group = "dev.burnoo"
version = "0.2.2-SNAPSHOT"
version = "0.2.3-SNAPSHOT"

kotlin {
androidTarget {
Expand Down

0 comments on commit a86f524

Please sign in to comment.