Skip to content

Commit

Permalink
Publishing version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bachhuberdesign committed Jul 26, 2017
1 parent b501948 commit 5582112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions effortless-android-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

version = '1.0.2'
version = '1.0.3'

publishing {
publications {
Expand All @@ -21,7 +21,7 @@ publishing {
artifact(sourcesJar)
groupId 'io.milkcan'
artifactId 'effortless-android'
version '1.0.2'
version '1.0.3'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions effortless-android-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

version = '1.0.2'
version = '1.0.3'

publishing {
publications {
Expand All @@ -21,7 +21,7 @@ publishing {
artifact(sourcesJar)
groupId 'io.milkcan'
artifactId 'effortless-android-rx'
version '1.0.2'
version '1.0.3'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions effortless-android-stdlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

version = '1.0.2'
version = '1.0.3'

publishing {
publications {
Expand All @@ -21,7 +21,7 @@ publishing {
artifact(sourcesJar)
groupId 'io.milkcan'
artifactId 'effortless-android-stdlib'
version '1.0.2'
version '1.0.3'
}
}
}
Expand Down

0 comments on commit 5582112

Please # to comment.