We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b67a commit 6187c20Copy full SHA for 6187c20
publish.gradle
@@ -3,7 +3,7 @@ apply plugin: 'signing'
3
4
group = 'com.github.maltalex'
5
archivesBaseName = 'ineter'
6
-version = '0.2.0'
+version = '0.3.0'
7
8
task javadocJar(type: Jar) {
9
classifier = 'javadoc'
0 commit comments