Skip to content

Commit

Permalink
Update Version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 16, 2015
1 parent 04ff7d0 commit 8360edd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ Add this to your build.gradle:

```groovy
dependencies {
compile ('com.rubengees:introduction:1.0.2@aar'){
compile ('com.rubengees:introduction:1.0.3@aar'){
transitive = true;
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.rubengees'
PUBLISH_ARTIFACT_ID = 'introduction'
PUBLISH_VERSION = '1.0.2'
PUBLISH_VERSION = '1.0.3'
}

android {
Expand All @@ -14,7 +14,7 @@ android {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.2"
versionName "1.0.3"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="library_introduction_libraryName">Introduction</string>
<string name="library_introduction_libraryDescription">Show a beautiful Intro to your users with ease.</string>
<string name="library_introduction_libraryWebsite">https://github.com/RubenGees/Introduction</string>
<string name="library_introduction_libraryVersion">1.0.4</string>
<string name="library_introduction_libraryVersion">1.0.3</string>
<!-- OpenSource section -->
<string name="library_introduction_isOpenSource">true</string>
<string name="library_introduction_repositoryLink">https://github.com/RubenGees/Introduction</string>
Expand Down

0 comments on commit 8360edd

Please sign in to comment.