Skip to content

Commit fd94d51

Browse files
author
Martin Dinh
committed
Bump version to 7.3.1
1 parent e7c785b commit fd94d51

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ x.y.z Release notes (yyyy-MM-dd)
33

44
<!-- ### Breaking changes - Include, if needed -->
55
<!-- ### Enhancements - Include, if needed -->
6+
<!-- ### Fixed - Include, if needed -->
7+
<!-- ### Internal - Include, if needed -->
8+
9+
7.3.1 Release notes (2021-05-10)
10+
=============================================================
11+
612
### Fixes
713

814
* Ensure that `additionalQueryParams` is added to all PWA URLs
915

10-
<!-- ### Internal - Include, if needed -->
1116

1217
7.3.0 Release notes (2021-05-06)
1318
=============================================================

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
min_sdk_version = 23
88
target_sdk_version = 30
99
build_number = properties.getOrDefault("buildNumber", 1) as Integer
10-
version_name = properties.getOrDefault("versionName", "7.3.0")
10+
version_name = properties.getOrDefault("versionName", "7.3.1")
1111

1212
group_id = "cloud.pace"
1313
artifact_id = "sdk"

0 commit comments

Comments
 (0)