We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5ac28 commit 52cfc18Copy full SHA for 52cfc18
build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'idea'
8
apply plugin: 'com.jfrog.bintray'
9
apply plugin: 'maven'
10
11
-version = '1.0.3'
+version = '1.0.4'
12
13
repositories {
14
mavenCentral()
@@ -76,9 +76,9 @@ bintray {
76
issueTrackerUrl = 'https://github.com/egulias/EmailValidator4J/issues'
77
publish = true
78
version {
79
- name = '1.0.3' //Bintray logical version name
80
- desc = 'Improvements on hyphened domains'
81
- 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'
82
}
83
84
0 commit comments