Skip to content

Commit 6673b76

Browse files
committed
version 2.0.1
1 parent 3f4cff5 commit 6673b76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ JsonPathKt is available at the Maven Central repository.
5454
<dependency>
5555
<groupId>com.nfeld.jsonpathkt</groupId>
5656
<artifactId>jsonpathkt</artifactId>
57-
<version>2.0.0</version>
57+
<version>2.0.1</version>
5858
</dependency>
5959
```
6060

6161
**Gradle**
6262
```gradle
6363
dependencies {
64-
implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.0'
64+
implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.1'
6565
}
6666
```
6767

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
}
1414

1515
group 'com.nfeld.jsonpathkt'
16-
version = '2.0.0' + (snapshotVersion ? "-SNAPSHOT" : "")
16+
version = '2.0.1' + (snapshotVersion ? "-SNAPSHOT" : "")
1717

1818
repositories {
1919
mavenCentral()
@@ -40,4 +40,4 @@ buildScan {
4040
if (publishBuildScan) {
4141
publishAlways()
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)