Skip to content

Commit 6b36d45

Browse files
author
Mitchell Hentges
committed
Bump version
1 parent d1d2271 commit 6b36d45

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.1.0
2+
3+
Performance release
4+
5+
* Refactored object `NAME` and value types `STRING`, `NUMBER` and `CONSTANT` to use forward look-aheads (my term) to
6+
increase speed
7+
18
# 1.0.3
29

310
Performance release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ List<Object> list = parse.list(listString);
2525
<dependency>
2626
<groupId>ca.fuzzlesoft</groupId>
2727
<artifactId>json-parse</artifactId>
28-
<version>1.0.3</version>
28+
<version>1.1.0</version>
2929
</dependency>
3030
```
3131

3232
**Gradle**
3333
```
34-
compile 'ca.fuzzlesoft:json-parse:1.0.3'
34+
compile 'ca.fuzzlesoft:json-parse:1.1.0'
3535
```
3636

3737
## 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.0.3</version>
7+
<version>1.1.0</version>
88
<packaging>jar</packaging>
99

1010
<name>Json Parse</name>

0 commit comments

Comments
 (0)