Skip to content

Commit c099d39

Browse files
committed
Prepare for 0.8.4.
1 parent 24be0f7 commit c099d39

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Please note that at this moment, while all are functional, they are pretty basic
2424
Also note that as the time goes, some processors written in this package migrate to other,
2525
dedicated packages.
2626

27-
## Current version
28-
29-
The current version is **0.8.2**.
30-
3127
## Maven artifact
3228

3329
```xml

project.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Project-specific settings. Unfortunately we cannot put the name in there!
2121
*/
2222
group = "com.github.java-json-tools";
23-
version = "0.8.3";
23+
version = "0.8.4-SNAPSHOT";
2424
sourceCompatibility = JavaVersion.VERSION_1_7;
2525
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2626

0 commit comments

Comments
 (0)