Skip to content

Commit

Permalink
Bump to 1.4.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 committed Apr 4, 2024
1 parent 7accc47 commit eb8603c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.

The library uses Kotlin multiplatform and supports Java and Javascript.
The library uses Kotlin multiplatform and supports Java, Javascript, and native Mac/Windows/Linux.

This project also includes a [web interface](https://jpd236.github.io/kotwords/) for generating digital versions of different variety puzzles.

Expand All @@ -21,7 +21,7 @@ In your `build.gradle`:

```groovy
dependencies {
implementation "com.jeffpdavidson.kotwords:kotwords:1.3.13"
implementation "com.jeffpdavidson.kotwords:kotwords:1.4.0"
}
```

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

group = "com.jeffpdavidson.kotwords"
version = "1.4.0"
version = "1.4.1-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit eb8603c

Please sign in to comment.