Skip to content

Commit af07424

Browse files
committed
publish 2.1.1
1 parent 801753b commit af07424

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'java'
22

3-
version = '2.1.0'
3+
version = '2.1.1'
44
group = 'org.hjson'
55
description = """Hjson, the Human JSON."""
66

cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'maven'
33
apply plugin: 'application'
44

5-
version = '2.1.0'
5+
version = '2.1.1'
66
group = 'org.hjson.cli'
77
description = """Hjson CLI"""
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION_NAME=2.1.0
2+
VERSION_NAME=2.1.1
33
VERSION_CODE=0
44
GROUP=org.hjson
55

history.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# hjson-java History
22

3+
- v2.1.1
4+
- Update ML stringify to match JS
35
- v2.1.0
46
- add DSF (domain specific formats), experimental
57
- v2.0.5

0 commit comments

Comments
 (0)