File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'idea'
88apply plugin : ' com.jfrog.bintray'
99apply plugin : ' maven'
1010
11- version = ' 1.0.0 '
11+ version = ' 1.0.1 '
1212
1313repositories {
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}
You can’t perform that action at this time.
0 commit comments