Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jul 13, 2017
1 parent 7345cc1 commit 2fb828d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 4.0.1 (2017-07-13)
* Fixed bug where null header cells would cause the app to crash

## Version 4.0.0 (2017-07-10)
* Reworked the entire String formatting section to remove redundant code
* Added support for multiple Csv files from multiple Urls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, if you put ### General ### (or ### General), it will be parsed as `
like this for multiple: %1$s, %2$s...
* Run the jar

[1]:https://github.com/jguerinet/string-parser/releases/download/4.0.0/string-parser-4.0.0.jar
[1]:https://github.com/jguerinet/string-parser/releases/download/4.0.1/string-parser-4.0.1.jar

## Gradle Dependencies
* [OkHttp](http://square.github.io/okhttp/)
Expand Down

0 comments on commit 2fb828d

Please sign in to comment.