Skip to content

Commit 75b54f0

Browse files
author
Michael Tran
committed
Merge branch 'bump-version-9.3.1' into 'master'
Bump version to 9.3.1 See merge request pace/mobile/android/pace-cloud-sdk!157
2 parents f5f8eb3 + 85b3d53 commit 75b54f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ x.y.z Release notes (yyyy-MM-dd)
66
<!-- ### Fixes - Include, if needed -->
77
<!-- ### Internal - Include, if needed -->
88

9+
9.3.1 Release notes (2021-09-10)
10+
=============================================================
11+
12+
913
### Fixes
1014

1115
* Refactor `openUrlInNewTab` flow to fix loading of `cancelUrl` when creating a payment method which opens in custom tab

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Versions {
22

33
const val DEFAULT_VERSION_CODE_LIBRARY = 1
4-
const val DEFAULT_VERSION_NAME_LIBRARY = "9.2.1"
4+
const val DEFAULT_VERSION_NAME_LIBRARY = "9.3.1"
55

66
const val COMPILE_SDK = 30
77
const val TARGET_SDK = 30

0 commit comments

Comments
 (0)