Skip to content

Commit

Permalink
prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeniko committed Jun 18, 2020
1 parent 35b1f45 commit bf4404e
Showing 1 changed file with 2 additions and 2 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-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
```

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

Expand Down

0 comments on commit bf4404e

Please # to comment.