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 d8a0f4b commit 71e40eeCopy full SHA for 71e40ee
build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'idea'
8
apply plugin: 'com.jfrog.bintray'
9
apply plugin: 'maven'
10
11
-version = '1.0.2'
+version = '1.0.3'
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.1' //Bintray logical version name
80
- desc = 'Port of fixes: brackets and comments'
81
- vcsTag = '1.0.1'
+ name = '1.0.3' //Bintray logical version name
+ desc = 'Improvements on hyphened domains'
+ vcsTag = '1.0.3'
82
}
83
84
0 commit comments