File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ See the [project site](https://dellisd.github.io/spatial-k) form more info.
1212
1313``` kotlin
1414dependencies {
15- implementation(" io.github.dellisd.spatialk:geojson:0.2 .0" )
16- implementation(" io.github.dellisd.spatialk:turf:0.2 .0" )
15+ implementation(" io.github.dellisd.spatialk:geojson:0.3 .0" )
16+ implementation(" io.github.dellisd.spatialk:turf:0.3 .0" )
1717}
1818```
1919
2020#### Kotlin Multiplatform
2121``` kotlin
2222commonMain {
2323 dependencies {
24- implementation(" io.github.dellisd.spatialk:geojson:0.2 .0" )
25- implementation(" io.github.dellisd.spatialk:turf:0.2 .0" )
24+ implementation(" io.github.dellisd.spatialk:geojson:0.3 .0" )
25+ implementation(" io.github.dellisd.spatialk:turf:0.3 .0" )
2626 }
2727}
2828```
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33GROUP =io.github.dellisd.spatialk
4- VERSION_NAME =0.3.0-SNAPSHOT
4+ VERSION_NAME =0.3.0
55
66POM_URL =https://github.com/dellisd/spatial-k
77POM_SCM_URL =https://github.com/dellisd/spatial-k
You can’t perform that action at this time.
0 commit comments