From 2fb828df98b885d2fd21dc3b58cf09415b2acd72 Mon Sep 17 00:00:00 2001 From: Julien Guerinet Date: Thu, 13 Jul 2017 11:21:01 -0400 Subject: [PATCH] Version 4.0.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb41dc..24f4096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b62e783..d40caf7 100644 --- a/README.md +++ b/README.md @@ -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/)