Skip to content

Commit 74670f4

Browse files
committed
version 1.1.0
1 parent 595c19c commit 74670f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ JsonPathLite is available at the Maven Central repository.
1515
<dependency>
1616
<groupId>com.nfeld.jsonpathlite</groupId>
1717
<artifactId>json-path-lite</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.1.0</version>
1919
<type>pom</type>
2020
</dependency>
2121
```
2222

2323
**Gradle**
2424
```gradle
2525
dependencies {
26-
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.0.0'
26+
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1.0'
2727
}
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
}
1313

1414
group 'com.nfeld.jsonpathlite'
15-
version = '1.0.0' + (snapshotVersion ? "-SNAPSHOT" : "")
15+
version = '1.1.0' + (snapshotVersion ? "-SNAPSHOT" : "")
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)