Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #37 from turbolinks/version-1.0.3
Browse files Browse the repository at this point in the history
Version 1.0.3
  • Loading branch information
jayohms authored Aug 9, 2016
2 parents d7b46a5 + 368904a commit ba005da
Show file tree
Hide file tree
Showing 2 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 @@ -27,7 +27,7 @@ repositories {
}
dependencies {
'com.basecamp:turbolinks:1.0.2'
'com.basecamp:turbolinks:1.0.3'
}
```

Expand Down
6 changes: 3 additions & 3 deletions turbolinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 24
versionCode 4
versionName "1.0.2"
versionCode 5
versionName "1.0.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -53,7 +53,7 @@ ext {

libraryName = 'Turbolinks Android'
libraryDescription = 'Turbolinks for Android'
libraryVersion = '1.0.2'
libraryVersion = '1.0.3'

siteUrl = 'https://github.com/basecamp/turbolinks-android'
gitUrl = 'https://github.com/basecamp/turbolinks-android.git'
Expand Down

0 comments on commit ba005da

Please sign in to comment.