Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hentges committed Apr 4, 2016
1 parent cfb81c6 commit 8a05ad8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.3

Performance release

* Detecting constants (whitespace, numbers) is now faster
* Improves avoidance of processing for end-of-block (e.g. object or array), when no end-of-block is occurring

# 1.0.2

* Don't include Junit in compile scope. Instead, it should only be available for testing
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ List<Object> list = parse.list(listString);
<dependency>
<groupId>ca.fuzzlesoft</groupId>
<artifactId>json-parse</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

**Gradle**
```
compile 'ca.fuzzlesoft:json-parse:1.0.2'
compile 'ca.fuzzlesoft:json-parse:1.0.3'
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ca.fuzzlesoft</groupId>
<artifactId>json-parse</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>Json Parse</name>
Expand Down

0 comments on commit 8a05ad8

Please sign in to comment.