Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gulias Davis committed Jul 19, 2019
1 parent 9d5ac28 commit 52cfc18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 52cfc18

Please sign in to comment.