Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeniko committed Mar 15, 2019
1 parent 595c19c commit 74670f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ JsonPathLite is available at the Maven Central repository.
<dependency>
<groupId>com.nfeld.jsonpathlite</groupId>
<artifactId>json-path-lite</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```

**Gradle**
```gradle
dependencies {
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.0.0'
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
}

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

repositories {
mavenCentral()
Expand Down

0 comments on commit 74670f4

Please # to comment.