Skip to content

Commit

Permalink
Prepare for release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Feb 19, 2024
1 parent b6b5c58 commit 2d0bcea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ See the [project site](https://dellisd.github.io/spatial-k) form more info.

```kotlin
dependencies {
implementation("io.github.dellisd.spatialk:geojson:0.2.0")
implementation("io.github.dellisd.spatialk:turf:0.2.0")
implementation("io.github.dellisd.spatialk:geojson:0.3.0")
implementation("io.github.dellisd.spatialk:turf:0.3.0")
}
```

#### Kotlin Multiplatform
```kotlin
commonMain {
dependencies {
implementation("io.github.dellisd.spatialk:geojson:0.2.0")
implementation("io.github.dellisd.spatialk:turf:0.2.0")
implementation("io.github.dellisd.spatialk:geojson:0.3.0")
implementation("io.github.dellisd.spatialk:turf:0.3.0")
}
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=io.github.dellisd.spatialk
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.3.0

POM_URL=https://github.com/dellisd/spatial-k
POM_SCM_URL=https://github.com/dellisd/spatial-k
Expand Down

0 comments on commit 2d0bcea

Please sign in to comment.