Skip to content

Commit

Permalink
Upated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei C committed Jul 6, 2018
1 parent e099a61 commit 81804c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions VERSIONS
@@ -1,3 +1,7 @@
VERSION 0.2.0
-------------
- Fixed the csvs() method;

Version 0.1.9
-------------
- Fixed random errors in the naughtyStrings() method.
Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'java'
apply plugin: 'jacoco'

group 'net.andreinc'
version '0.1.9'
version '0.2.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 81804c4

Please sign in to comment.