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 5, 2016
1 parent fed0374 commit 2801c58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0

* `list()` and `map()` are now static methods. Building an object is no longer necessary

# 1.1.0

Performance release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ List<Object> list = JsonParse.list(listString);
<dependency>
<groupId>ca.fuzzlesoft</groupId>
<artifactId>json-parse</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

**Gradle**
```
compile 'ca.fuzzlesoft:json-parse:1.1.0'
compile 'ca.fuzzlesoft:json-parse:1.2.0'
```

## 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.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Json Parse</name>
Expand Down

0 comments on commit 2801c58

Please sign in to comment.