Skip to content

Commit 58e6801

Browse files
authored
Merge pull request #4 from nokok/fix/version
Fix version
2 parents 4dba039 + 06a0de4 commit 58e6801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'net.nokok.draft'
9-
version '1.0.0'
9+
version '1.0.1'
1010

1111
repositories {
1212
jcenter()
@@ -34,12 +34,12 @@ publishing {
3434
mavenJava(MavenPublication) {
3535
groupId = 'net.nokok.draft'
3636
artifactId = 'draft'
37-
version = '1.0'
37+
version = '1.0.1'
3838
from components.java
3939
pom {
4040
name = 'Draft'
4141
description = 'Implementation of JSR-330'
4242
}
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)