From 8a05ad84fce95016eea87355ff033a44dc503efe Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Mon, 4 Apr 2016 19:30:06 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11db2f..e7dd436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 214896c..a25d5f9 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ List list = parse.list(listString); ca.fuzzlesoft json-parse - 1.0.2 + 1.0.3 ``` **Gradle** ``` -compile 'ca.fuzzlesoft:json-parse:1.0.2' +compile 'ca.fuzzlesoft:json-parse:1.0.3' ``` ## Features diff --git a/pom.xml b/pom.xml index c47f113..e9c25ed 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ca.fuzzlesoft json-parse - 1.0.2 + 1.0.3 jar Json Parse