File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dedicated packages.
26
26
27
27
## Current version
28
28
29
- The current version is ** 0.8** .
29
+ The current version is ** 0.8.2 ** .
30
30
31
31
## Maven artifact
32
32
@@ -38,7 +38,7 @@ The current version is **0.8**.
38
38
</dependency >
39
39
```
40
40
41
- Versions before 0.9 are available at ` groupId ` ` com.github.fge ` .
41
+ Versions before 0.8.3 are available at ` groupId ` ` com.github.fge ` .
42
42
43
43
[ LGPLv3 badge ] : https://img.shields.io/:license-LGPLv3-blue.svg
44
44
[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
Original file line number Diff line number Diff line change 20
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
21
*/
22
22
group = " com.github.java-json-tools" ;
23
- version = " 0.8.2 -SNAPSHOT" ;
23
+ version = " 0.8.3 -SNAPSHOT" ;
24
24
sourceCompatibility = JavaVersion . VERSION_1_7 ;
25
25
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
26
26
You can’t perform that action at this time.
0 commit comments