diff --git a/VERSIONS b/VERSIONS index 0c845fb..c71e84d 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,7 @@ +VERSION 0.2.0 +------------- +- Fixed the csvs() method; + Version 0.1.9 ------------- - Fixed random errors in the naughtyStrings() method. diff --git a/bintray.gradle b/bintray.gradle index 28a1424..23e316f 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.jfrog.bintray' -version = '0.1.9' +version = '0.2.0' task sourcesJar(type: Jar) { classifier = 'sources' diff --git a/build.gradle b/build.gradle index 2948cc2..5f2ce5b 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'java' apply plugin: 'jacoco' group 'net.andreinc' -version '0.1.9' +version '0.2.0' sourceCompatibility = 1.8