Skip to content

Commit 6b148bd

Browse files
author
Mitchell Hentges
committed
Bump version
1 parent e42ce01 commit 6b148bd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.2
2+
3+
Bugfix release
4+
5+
* Empty strings will no longer break parsing
6+
17
# 1.3.1
28

39
Performance release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ System.out.println(unkown.getClass());
3636
<dependency>
3737
<groupId>ca.fuzzlesoft</groupId>
3838
<artifactId>json-parse</artifactId>
39-
<version>1.3.1</version>
39+
<version>1.3.2</version>
4040
</dependency>
4141
```
4242

4343
**Gradle**
4444
```
45-
compile 'ca.fuzzlesoft:json-parse:1.3.1'
45+
compile 'ca.fuzzlesoft:json-parse:1.3.2'
4646
```
4747

4848
## Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ca.fuzzlesoft</groupId>
66
<artifactId>json-parse</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<packaging>jar</packaging>
99

1010
<name>Json Parse</name>

0 commit comments

Comments
 (0)