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

Commit

Permalink
HOUSEKEEPING Version Bump (OPS-2962) (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore614 authored Apr 3, 2019
1 parent 53b77c7 commit 9bd5492
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## master

## 1.2.10
* Fix accessibility issues with TalkBack

## 1.2.7
* Update okhttp to 3.10.0 (fixes "Expected ':status' header not present" error)

Expand Down
2 changes: 1 addition & 1 deletion UserVoiceSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uploadArchives {
repositories.mavenDeployer {
pom.groupId = 'com.uservoice'
pom.artifactId = 'uservoice-android-sdk'
pom.version = '1.2.9'
pom.version = '1.2.10'
// 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.9";
return "1.2.10";
}
}

0 comments on commit 9bd5492

Please sign in to comment.