Skip to content

Commit

Permalink
Bump to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsniper committed Feb 5, 2016
1 parent 3e76bc2 commit 91d7113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tapglue-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 2
versionName "1.1.3"
versionName "1.1.4"
}

compileOptions {
Expand Down Expand Up @@ -75,7 +75,7 @@ ext {
siteUrl = 'https://github.com/tapglue/android_sdk'
gitUrl = 'https://github.com/tapglue/android_sdk.git'

libraryVersion = '1.1.3'
libraryVersion = '1.1.4'

developerId = 'tapglue'
developerName = 'Tapglue'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class TGNetworkManager {
* Current library version - string used in requests
*/
@NonNull
private static final String currentLibraryVersion = "1.1.3";
private static final String currentLibraryVersion = "1.1.4";

/**
* Custom headers required for analytics purposes
Expand Down

0 comments on commit 91d7113

Please sign in to comment.