Skip to content

Commit f23390a

Browse files
author
Eduardo Gulias Davis
committed
version updates
1 parent 46d9f10 commit f23390a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 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.0'
11+
version = '1.0.1'
1212

1313
repositories {
1414
mavenCentral()
@@ -35,8 +35,8 @@ task createPom << {
3535
pom {
3636
project {
3737
groupId 'emailvalidator4j'
38-
artifactId 'emailvalidator4j-1.0.0'
39-
version '1.0.0'
38+
artifactId 'emailvalidator4j-1.0.1'
39+
version '1.0.1'
4040

4141
inceptionYear '2015'
4242
licenses {
@@ -65,9 +65,9 @@ bintray {
6565
issueTrackerUrl = 'https://github.com/egulias/EmailValidator4J/issues'
6666
publish = true
6767
version {
68-
name = '1.0.0' //Bintray logical version name
69-
desc = 'First release'
70-
vcsTag = '1.0.0'
68+
name = '1.0.1' //Bintray logical version name
69+
desc = 'Port of fixes: brackets and comments'
70+
vcsTag = '1.0.1'
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)