diff --git a/build.gradle b/build.gradle index df3966c..56d1ba7 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'idea' apply plugin: 'com.jfrog.bintray' apply plugin: 'maven' -version = '1.0.3' +version = '1.0.4' repositories { mavenCentral() @@ -76,9 +76,9 @@ bintray { issueTrackerUrl = 'https://github.com/egulias/EmailValidator4J/issues' publish = true version { - name = '1.0.3' //Bintray logical version name - desc = 'Improvements on hyphened domains' - vcsTag = '1.0.3' + name = '1.0.4' //Bintray logical version name + desc = 'Improved exception control and more invalid emails handled' + vcsTag = '1.0.4' } } }