Skip to content

Commit 71e40ee

Browse files
author
Eduardo Gulias Davis
committed
bump version
1 parent d8a0f4b commit 71e40ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'idea'
88
apply plugin: 'com.jfrog.bintray'
99
apply plugin: 'maven'
1010

11-
version = '1.0.2'
11+
version = '1.0.3'
1212

1313
repositories {
1414
mavenCentral()
@@ -76,9 +76,9 @@ bintray {
7676
issueTrackerUrl = 'https://github.com/egulias/EmailValidator4J/issues'
7777
publish = true
7878
version {
79-
name = '1.0.1' //Bintray logical version name
80-
desc = 'Port of fixes: brackets and comments'
81-
vcsTag = '1.0.1'
79+
name = '1.0.3' //Bintray logical version name
80+
desc = 'Improvements on hyphened domains'
81+
vcsTag = '1.0.3'
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)