Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Apr 3, 2024
1 parent 3a13e78 commit 29b93a0
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 @@ -11,11 +11,11 @@
![badge-ios] ![badge-ios-sim]

_This is a Kotlin Multiplatform implementation of the [symspell](https://github.com/wolfgarbe/symspell) fuzzy search
algorithm. It has been ported from [Java implementation](https://github.com/MighTguY/customized-symspell/) of symspell._
algorithm. It has been ported from this [Java implementation](https://github.com/MighTguY/customized-symspell/) of symspell._

## Dependency

`implementation("com.darkrockstudios:symspellkt:1..0")`
`implementation("com.darkrockstudios:symspellkt:1.1.0")`

## Sample

Expand Down
2 changes: 1 addition & 1 deletion sampleCompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "com.darkrockstudios.symspellkt.sample"
packageVersion = "1.0.0"
packageVersion = "1.2.0"
}
}
}
Expand Down

0 comments on commit 29b93a0

Please sign in to comment.