Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeniko committed Sep 22, 2022
1 parent 3f4cff5 commit 6673b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ JsonPathKt is available at the Maven Central repository.
<dependency>
<groupId>com.nfeld.jsonpathkt</groupId>
<artifactId>jsonpathkt</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

**Gradle**
```gradle
dependencies {
implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.0'
implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
}

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

repositories {
mavenCentral()
Expand All @@ -40,4 +40,4 @@ buildScan {
if (publishBuildScan) {
publishAlways()
}
}
}

0 comments on commit 6673b76

Please sign in to comment.