Skip to content

Commit

Permalink
Bump to 1.3.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 committed Sep 5, 2023
1 parent dee49ce commit 84191f4
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 @@ -21,7 +21,7 @@ In your `build.gradle`:

```groovy
dependencies {
implementation "com.jeffpdavidson.kotwords:kotwords:1.3.5"
implementation "com.jeffpdavidson.kotwords:kotwords:1.3.6"
}
```

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

group = "com.jeffpdavidson.kotwords"
version = "1.3.6"
version = "1.3.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 84191f4

Please sign in to comment.