Skip to content

Commit

Permalink
0.1.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
trevjonez committed Aug 19, 2017
1 parent 4d456a7 commit d1dafd2
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 @@ -11,7 +11,7 @@ In the appropriate `build.gradle` file(s):
1. Add the jitpack maven repository and classpath dependency.
```groovy
buildscript {
ext.kontrast_version = '0.1.0'
ext.kontrast_version = '0.1.1'
repositories {
maven { url "https://jitpack.io" }
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ task clean(type: Delete) {
}

group = 'com.github.trevjonez.Kontrast'
version = '0.1.0'
version = '0.1.1'
2 changes: 1 addition & 1 deletion example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
kapt 'com.android.databinding:compiler:2.3.3'

debugCompile 'com.github.trevjonez.Kontrast:appClient:0.1.0'
debugCompile 'com.github.trevjonez.Kontrast:appClient:0.1.1'

androidTestCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support.test:runner:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.trevjonez.Kontrast:plugin:0.1.0"
classpath "com.github.trevjonez.Kontrast:plugin:0.1.1"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class KontrastPlugin : Plugin<Project> {
companion object {
const val KONTRAST_CONFIG = "kontrast"
const val GROUP = "Kontrast"
const val VERSION = "0.1.0"
const val VERSION = "0.1.1"
}

internal lateinit var adb: Adb
Expand Down

0 comments on commit d1dafd2

Please sign in to comment.