We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595c19c commit 74670f4Copy full SHA for 74670f4
2 files changed
README.md
@@ -15,15 +15,15 @@ JsonPathLite is available at the Maven Central repository.
15
<dependency>
16
<groupId>com.nfeld.jsonpathlite</groupId>
17
<artifactId>json-path-lite</artifactId>
18
- <version>1.0.0</version>
+ <version>1.1.0</version>
19
<type>pom</type>
20
</dependency>
21
```
22
23
**Gradle**
24
```gradle
25
dependencies {
26
- implementation 'com.nfeld.jsonpathlite:json-path-lite:1.0.0'
+ implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1.0'
27
}
28
29
build.gradle
@@ -12,7 +12,7 @@ ext {
12
13
14
group 'com.nfeld.jsonpathlite'
-version = '1.0.0' + (snapshotVersion ? "-SNAPSHOT" : "")
+version = '1.1.0' + (snapshotVersion ? "-SNAPSHOT" : "")
repositories {
mavenCentral()
0 commit comments