We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801753b commit af07424Copy full SHA for af07424
4 files changed
build.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'java'
2
3
-version = '2.1.0'
+version = '2.1.1'
4
group = 'org.hjson'
5
description = """Hjson, the Human JSON."""
6
cli/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'application'
group = 'org.hjson.cli'
7
description = """Hjson CLI"""
8
gradle.properties
@@ -1,5 +1,5 @@
-VERSION_NAME=2.1.0
+VERSION_NAME=2.1.1
VERSION_CODE=0
GROUP=org.hjson
history.md
@@ -1,5 +1,7 @@
# hjson-java History
+- v2.1.1
+ - Update ML stringify to match JS
- v2.1.0
- add DSF (domain specific formats), experimental
- v2.0.5
0 commit comments