Skip to content

Commit 2d0bcea

Browse files
committed
Prepare for release 0.3.0.
1 parent b6b5c58 commit 2d0bcea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ See the [project site](https://dellisd.github.io/spatial-k) form more info.
1212

1313
```kotlin
1414
dependencies {
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
2222
commonMain {
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
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=io.github.dellisd.spatialk
4-
VERSION_NAME=0.3.0-SNAPSHOT
4+
VERSION_NAME=0.3.0
55

66
POM_URL=https://github.com/dellisd/spatial-k
77
POM_SCM_URL=https://github.com/dellisd/spatial-k

0 commit comments

Comments
 (0)