Skip to content

Commit f3d3184

Browse files
committed
increment version
1 parent 70b8e9a commit f3d3184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.plugin-publish" version "0.10.0"
2+
id "com.gradle.plugin-publish" version "0.10.1"
33
}
44

55

@@ -8,7 +8,7 @@ apply plugin: 'maven'
88

99
group 'de.inetsoftware'
1010
archivesBaseName = 'jwebassembly-gradle'
11-
version = '0.1'
11+
version = '0.2'
1212

1313
dependencies {
1414
compile gradleApi()

0 commit comments

Comments
 (0)