Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gulias Davis committed Feb 4, 2017
1 parent 46d9f10 commit f23390a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.0'
version = '1.0.1'

repositories {
mavenCentral()
Expand All @@ -35,8 +35,8 @@ task createPom << {
pom {
project {
groupId 'emailvalidator4j'
artifactId 'emailvalidator4j-1.0.0'
version '1.0.0'
artifactId 'emailvalidator4j-1.0.1'
version '1.0.1'

inceptionYear '2015'
licenses {
Expand Down Expand Up @@ -65,9 +65,9 @@ bintray {
issueTrackerUrl = 'https://github.com/egulias/EmailValidator4J/issues'
publish = true
version {
name = '1.0.0' //Bintray logical version name
desc = 'First release'
vcsTag = '1.0.0'
name = '1.0.1' //Bintray logical version name
desc = 'Port of fixes: brackets and comments'
vcsTag = '1.0.1'
}
}
}
Expand Down

0 comments on commit f23390a

Please sign in to comment.