diff --git a/README.md b/README.md index 8f18482..a05d14b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ buildscript { } dependencies { - classpath 'com.karumi.hagu:hagu:0.1.3-SNAPSHOT' + classpath 'com.karumi.hagu:hagu:0.1.2' } } diff --git a/build.gradle b/build.gradle index 8d9a5f0..6614df1 100644 --- a/build.gradle +++ b/build.gradle @@ -12,5 +12,5 @@ buildscript { allprojects { group 'com.karumi.hagu' - version '0.1.3-SNAPSHOT' + version '0.1.2' } diff --git a/examples/kotlin-example/build.gradle b/examples/kotlin-example/build.gradle index 4ea933c..4b4623d 100755 --- a/examples/kotlin-example/build.gradle +++ b/examples/kotlin-example/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.karumi.hagu:gradle-plugin:0.1.3-SNAPSHOT' + classpath 'com.karumi.hagu:gradle-plugin:0.1.2' } } diff --git a/examples/multiplatform-example/build.gradle b/examples/multiplatform-example/build.gradle index e4ffc73..70e6513 100644 --- a/examples/multiplatform-example/build.gradle +++ b/examples/multiplatform-example/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.android.tools.build:gradle:3.5.0' - classpath 'com.karumi.hagu:gradle-plugin:0.1.3-SNAPSHOT' + classpath 'com.karumi.hagu:gradle-plugin:0.1.2' } } diff --git a/plugin/gradle.properties b/plugin/gradle.properties index 4e348b7..f131627 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -1,7 +1,7 @@ POM_NAME=gradle-plugin POM_ARTIFACT_ID=gradle-plugin POM_PACKAGING=jar -VERSION_NAME=0.1.3-SNAPSHOT +VERSION_NAME=0.1.2 GROUP=com.karumi.hagu POM_DESCRIPTION=Kotlin configuration file for multiplatform. POM_URL=https://github.com/Karumi/Hagu