Skip to content

Commit f4d90ab

Browse files
authored
Release 0.2.0
1 parent 4a7a93d commit f4d90ab

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simply add the following dependency as `implementation` in the `build.gradle` de
99

1010
```groovy
1111
dependencies {
12-
implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.1.0")
12+
implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.2.0")
1313
}
1414
```
1515

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ buildscript {
3535

3636
apply(plugin = "kotlinx-knit")
3737

38-
version "1.0"
39-
4038
repositories {
4139
mavenCentral()
4240
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22
projects.group=io.github.nomisrev
3-
projects.version=0.1.1-SNAPSHOT
3+
projects.version=0.2.0
44
kotlin.mpp.stability.nowarn=true
55
# Project definitions
66
pom.name=kotlinx-serialization-jsonpath

0 commit comments

Comments
 (0)