Skip to content

Commit

Permalink
Merge pull request #59 from gravity9-tech/feature/version_bump
Browse files Browse the repository at this point in the history
Update release notes and bump version
  • Loading branch information
MateuszGravity9 authored Jul 27, 2023
2 parents a3f6bc2 + ed2c6c1 commit 6e29691
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Its features are:

## Versions

The current version is **2.0.0**. See file `RELEASE-NOTES.md` for details of releases before 1.11.
The current version is **2.0.1**. See file `RELEASE-NOTES.md` for details of releases before 1.11.

## Using it in your project

Expand All @@ -51,7 +51,7 @@ With Maven:
<dependency>
<groupId>com.gravity9</groupId>
<artifactId>json-patch-path</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

* Added public access to JsonPathParser

## 2.0.0

The project has been taken over by [gravity9](https://www.gravity9.com).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.0
version=2.0.1
signing.keyId=YourKeyId
signing.password=YourPublicKeyPassword
signing.secretKeyRingFile=PathToYourKeyRingFile
Expand Down

0 comments on commit 6e29691

Please sign in to comment.