File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Its features are:
33
33
34
34
## Versions
35
35
36
- The current version is ** 2.0.0 ** . See file ` RELEASE-NOTES.md ` for details of releases before 1.11.
36
+ The current version is ** 2.0.1 ** . See file ` RELEASE-NOTES.md ` for details of releases before 1.11.
37
37
38
38
## Using it in your project
39
39
@@ -51,7 +51,7 @@ With Maven:
51
51
<dependency >
52
52
<groupId >com.gravity9</groupId >
53
53
<artifactId >json-patch-path</artifactId >
54
- <version >2.0.0 </version >
54
+ <version >2.0.1 </version >
55
55
</dependency >
56
56
```
57
57
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Added public access to JsonPathParser
4
+
1
5
## 2.0.0
2
6
3
7
The project has been taken over by [ gravity9] ( https://www.gravity9.com ) .
Original file line number Diff line number Diff line change 1
- version =2.0.0
1
+ version =2.0.1
2
2
signing.keyId =YourKeyId
3
3
signing.password =YourPublicKeyPassword
4
4
signing.secretKeyRingFile =PathToYourKeyRingFile
You can’t perform that action at this time.
0 commit comments