Skip to content

Commit f5a06a3

Browse files
author
Adrian Marquez
committed
update ios sdk to 0.35.0
1 parent c03e55c commit f5a06a3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<a name="4.0.0"></a>
2+
# [4.2.0](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.3...v4.2.0) (2020-8-26)
3+
4+
* Update iOS SDK to 0.35.0
5+
26
# [4.1.3](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.2...v4.1.3) (2020-2-20)
37

48
* Fix intra-app linking.

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.1.3",
5+
"version": "4.2.0",
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
@@ -87,7 +87,7 @@ SOFTWARE.
8787
<source url="https://github.com/CocoaPods/Specs.git"/>
8888
</config>
8989
<pods>
90-
<pod name="Branch" spec="~> 0.31.3" />
90+
<pod name="Branch" spec="~> 0.35.0" />
9191
</pods>
9292
</podspec>
9393
</platform>

0 commit comments

Comments
 (0)