Skip to content

Commit e1124c4

Browse files
author
Martin Dinh
committed
Bump version to 9.2.1
1 parent c3376d7 commit e1124c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

9+
9.2.1 Release notes (2021-09-02)
10+
=============================================================
11+
912
### Fixes
1013

1114
* Added `FLAG_ACTIVITY_NEW_TASK` flag to fix a bug where the receipt share sheet was not opened when the PACE Cloud SDK was initialized with an application context

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.0"
4+
const val DEFAULT_VERSION_NAME_LIBRARY = "9.2.1"
55

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

0 commit comments

Comments
 (0)