Skip to content

Commit de2f01c

Browse files
committed
Fix development version to be 0.8.3-SNAPSHOT.
0.8.2 was released already under fge.
1 parent 5668a7d commit de2f01c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dedicated packages.
2626

2727
## Current version
2828

29-
The current version is **0.8**.
29+
The current version is **0.8.2**.
3030

3131
## Maven artifact
3232

@@ -38,7 +38,7 @@ The current version is **0.8**.
3838
</dependency>
3939
```
4040

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`.
4242

4343
[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg
4444
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html

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.2-SNAPSHOT";
23+
version = "0.8.3-SNAPSHOT";
2424
sourceCompatibility = JavaVersion.VERSION_1_7;
2525
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2626

0 commit comments

Comments
 (0)