diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9be52638..55df6eac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-
+# [4.2.1](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.2.0...v4.2.1) (2020-11-05)
+
# [4.2.0](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.3...v4.2.0) (2020-8-26)
* Update iOS SDK to 0.35.0
diff --git a/package.json b/package.json
index fa64630f..0a8c9048 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
- "version": "4.2.0",
+ "version": "4.2.1",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
diff --git a/plugin.xml b/plugin.xml
index e12a5cc5..76adc2b3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,7 +24,7 @@ SOFTWARE.
+ version="4.2.1">
branch-cordova-sdk
diff --git a/src/scripts/ios/updateHeaderPaths.js b/src/scripts/ios/updateHeaderPaths.js
index b73f971b..5d4d68ca 100644
--- a/src/scripts/ios/updateHeaderPaths.js
+++ b/src/scripts/ios/updateHeaderPaths.js
@@ -24,7 +24,7 @@
config = config.split("\n")
.map(function (line) {
if (line.indexOf("HEADER_SEARCH_PATHS") > -1 && line.indexOf("Branch-SDK") === -1) {
- line += ' "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking/Requests"';
+ line += ' "${PODS_ROOT}/Branch/Branch-SDK"';
}
return line;
});