Skip to content

Commit

Permalink
Prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonilopezmr committed Oct 14, 2019
1 parent 93a89b3 commit b88850a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
dependencies {
classpath 'com.karumi.hagu:hagu:0.1.3-SNAPSHOT'
classpath 'com.karumi.hagu:hagu:0.1.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ buildscript {

allprojects {
group 'com.karumi.hagu'
version '0.1.3-SNAPSHOT'
version '0.1.2'
}
2 changes: 1 addition & 1 deletion examples/kotlin-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/multiplatform-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b88850a

Please sign in to comment.