Skip to content

Commit 4e8ee50

Browse files
committed
Update version to 0.0.4
1 parent 9225c0a commit 4e8ee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
// Derived from instructions on the Central Repository site:
66
// http://central.sonatype.org/pages/gradle.html
77
group = "net.alloyggp"
8-
version = "0.0.3"
8+
version = "0.0.4"
99
task javadocJar(type: Jar) {
1010
classifier = 'javadoc'
1111
from javadoc

0 commit comments

Comments
 (0)