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

Commit 9bd5492

Browse files
authored
HOUSEKEEPING Version Bump (OPS-2962) (#281)
1 parent 53b77c7 commit 9bd5492

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## master
22

3+
## 1.2.10
4+
* Fix accessibility issues with TalkBack
5+
36
## 1.2.7
47
* Update okhttp to 3.10.0 (fixes "Expected ':status' header not present" error)
58

UserVoiceSDK/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ uploadArchives {
2222
repositories.mavenDeployer {
2323
pom.groupId = 'com.uservoice'
2424
pom.artifactId = 'uservoice-android-sdk'
25-
pom.version = '1.2.9'
25+
pom.version = '1.2.10'
2626
// Add other pom properties here if you want (developer details / licenses)
2727
repository(url: "file:///Users/austin/tmp/")
2828
}

UserVoiceSDK/src/com/uservoice/uservoicesdk/UserVoice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ public static void track(Context context, String event) {
5151
}
5252

5353
public static String getVersion() {
54-
return "1.2.9";
54+
return "1.2.10";
5555
}
5656
}

0 commit comments

Comments
 (0)