Skip to content

Commit d34fe7a

Browse files
committed
Announce 1.2
1 parent 3fc3afb commit d34fe7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ See below for more.
3030

3131
## Versions
3232

33-
The current version is **1.1**. Javadoc [here](http://fge.github.io/msg-simple/index.html).
33+
The current version is **1.2**. Javadoc [here](https://java-json-tools.github.io/msg-simple/index.html).
3434

3535
See [here](https://github.com/fge/msg-simple/wiki/Examples) for sample API usage.
3636

3737
## Downloads and Maven artifact
3838

3939
Versions before 1.2 are available at `groupId` `com.github.fge`.
4040

41-
You can download the jar directly on [Bintray](https://bintray.com/fge/maven/msg-simple).
41+
**OBSOLETE** You can download the jar directly on [Bintray](https://bintray.com/fge/maven/msg-simple).
4242

4343
For Gradle:
4444

Diff for: project.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.2";
24+
version = "1.3-SNAPSHOT";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)