Skip to content

Commit

Permalink
Come back 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonilopezmr committed Sep 17, 2019
1 parent 7b44ffe commit a0c7eb7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath 'com.karumi.hagu:plugin:0.1.1'
classpath 'com.karumi.hagu:plugin:0.1.0'
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi.hagu'
version '0.1.1'
version '0.1.0'

buildscript {
ext.kotlin_version = '1.3.50'
Expand All @@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.karumi.hagu:plugin:0.1.1'
classpath 'com.karumi.hagu:plugin:0.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi.hagu'
version '0.1.1'
version '0.1.0'

buildscript {
ext.kotlin_version = '1.3.50'
Expand Down
8 changes: 4 additions & 4 deletions plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
POM_NAME=hagu
POM_ARTIFACT_ID=hagu
POM_NAME=plugin
POM_ARTIFACT_ID=plugin
POM_PACKAGING=jar

VERSION_NAME=0.1.1
VERSION_CODE=000003
VERSION_NAME=0.1.0
VERSION_CODE=000001

GROUP=com.karumi.hagu
POM_DESCRIPTION=Kotlin configuration file for multiplatform.
Expand Down

0 comments on commit a0c7eb7

Please sign in to comment.