Skip to content

Commit

Permalink
Merge pull request #47 from burnoo/post-release-updates/0.2.0
Browse files Browse the repository at this point in the history
Add post-release updates (`0.2.0`)
  • Loading branch information
burnoo authored Jan 25, 2025
2 parents 23632d5 + 7bcc5cd commit 0507141
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 @@ -24,7 +24,7 @@ Add the following dependency to your module `build.gradle.kts`/`build.gradle` fi

```kotlin
dependencies {
implementation("dev.burnoo.kspoon:kspoon:0.1.2")
implementation("dev.burnoo.kspoon:kspoon:0.2.0")
}
```

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

group = "dev.burnoo.kspoon"
version = "0.2.0-SNAPSHOT"
version = "0.2.1-SNAPSHOT"

kotlin {
explicitApi()
Expand Down

0 comments on commit 0507141

Please sign in to comment.