Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonilopezmr committed Sep 17, 2019
1 parent 2201845 commit 8fa4f17
Show file tree
Hide file tree
Showing 4 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 @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'com.github.karumi:hagu:0.1.0'
classpath 'com.github.karumi:hagu:0.1.1'
}
}
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.0'
version '0.1.1'

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.github.karumi:hagu:0.1.0'
classpath 'com.github.karumi:hagu:0.1.1'
}
}

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.github.karumi'
version '0.1.0'
version '0.1.1'

buildscript {
ext.kotlin_version = '1.3.50'
Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ POM_NAME=hagu
POM_ARTIFACT_ID=hagu
POM_PACKAGING=jar

VERSION_NAME=0.1.0
VERSION_NAME=0.1.1
GROUP=com.github.karumi

0 comments on commit 8fa4f17

Please sign in to comment.