Skip to content

Commit 6e29691

Browse files
Merge pull request #59 from gravity9-tech/feature/version_bump
Update release notes and bump version
2 parents a3f6bc2 + ed2c6c1 commit 6e29691

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Its features are:
3333

3434
## Versions
3535

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.
3737

3838
## Using it in your project
3939

@@ -51,7 +51,7 @@ With Maven:
5151
<dependency>
5252
<groupId>com.gravity9</groupId>
5353
<artifactId>json-patch-path</artifactId>
54-
<version>2.0.0</version>
54+
<version>2.0.1</version>
5555
</dependency>
5656
```
5757

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
* Added public access to JsonPathParser
4+
15
## 2.0.0
26

37
The project has been taken over by [gravity9](https://www.gravity9.com).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.0
1+
version=2.0.1
22
signing.keyId=YourKeyId
33
signing.password=YourPublicKeyPassword
44
signing.secretKeyRingFile=PathToYourKeyRingFile

0 commit comments

Comments
 (0)