Skip to content

Commit 157ea45

Browse files
committed
CORE-1898 prep patch release
1 parent 2185411 commit 157ea45

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.4 - May 3, 2021
2+
3+
CORE-1898 correct iOS API signature for LATD
4+
Fix alternate link domain issue - Thanks MaximBelov
5+
Fix exist check - Thanks MaximBelov
6+
17
4.2.3 - April 29, 2021
28

39
Update Android SDK to 5.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "src/index.js",
5-
"version": "4.2.3",
5+
"version": "4.2.4",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="4.2.3">
27+
version="4.2.4">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>

0 commit comments

Comments
 (0)