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

Commit

Permalink
Turbolinks Android 1.0.2
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Dan Kim committed Apr 21, 2016
1 parent b3a7cbf commit fef6cd0
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.1'
'com.basecamp:turbolinks:1.0.2'
}
```

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

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

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

0 comments on commit fef6cd0

Please sign in to comment.