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

Commit

Permalink
Bump to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
austintaylor committed Oct 11, 2018
1 parent 1b41232 commit aa7cc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UserVoiceSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uploadArchives {
repositories.mavenDeployer {
pom.groupId = 'com.uservoice'
pom.artifactId = 'uservoice-android-sdk'
pom.version = '1.2.8'
pom.version = '1.2.9'
// Add other pom properties here if you want (developer details / licenses)
repository(url: "file:///Users/austin/tmp/")
}
Expand Down
2 changes: 1 addition & 1 deletion UserVoiceSDK/src/com/uservoice/uservoicesdk/UserVoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public static void track(Context context, String event) {
}

public static String getVersion() {
return "1.2.8";
return "1.2.9";
}
}

0 comments on commit aa7cc3b

Please sign in to comment.