Skip to content

Commit f33ac45

Browse files
author
Mitchell Hentges
committed
Bump version
1 parent baa4c88 commit f33ac45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.2
2+
3+
* Don't include Junit in compile scope. Instead, it should only be available for testing
4+
15
# 1.0.1
26

37
Performance release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ List<Object> list = parse.list(listString);
2121
<dependency>
2222
<groupId>ca.fuzzlesoft</groupId>
2323
<artifactId>json-parse</artifactId>
24-
<version>1.0.1</version>
24+
<version>1.0.2</version>
2525
</dependency>
2626
```
2727

2828
**Gradle**
2929
```
30-
compile 'ca.fuzzlesoft:json-parse:1.0.1'
30+
compile 'ca.fuzzlesoft:json-parse:1.0.2'
3131
```
3232

3333
## 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.1</version>
7+
<version>1.0.2</version>
88
<packaging>jar</packaging>
99

1010
<name>Json Parse</name>

0 commit comments

Comments
 (0)