Skip to content

Commit

Permalink
SDK-861 update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Feb 12, 2020
1 parent 35982d5 commit 80d8339
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<a name="4.0.0"></a>
# [4.1.2](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.1...v4.1.2) (2020-2-12)

* Allow Cordova 8. Update readme with instructions.

# [4.1.1](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.0...v4.1.1) (2020-2-3)

* Hotfix removing typo in iOS code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
"version": "4.1.1",
"version": "4.1.2",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/android/io/branch/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static class BranchLinkProperties extends io.branch.referral.util.LinkProperties
// Standard Debugging Variables
private static final String LCAT = "CordovaBranchSDK";
// todo pick up plugin version dynamically
private static final String BRANCH_PLUGIN_VERSION = "4.1.1";
private static final String BRANCH_PLUGIN_VERSION = "4.1.2";

// Private Method Properties
private ArrayList<BranchUniversalObjectWrapper> branchObjectWrappers;
Expand Down
2 changes: 1 addition & 1 deletion src/ios/BranchSDK.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "BranchSDK.h"

NSString * const pluginVersion = @"4.1.1";
NSString * const pluginVersion = @"4.1.2";

@interface BranchSDK()

Expand Down

0 comments on commit 80d8339

Please sign in to comment.