Skip to content

Commit

Permalink
Merge pull request #114 from BranchMetrics/Release-6.0.0
Browse files Browse the repository at this point in the history
release:SDK-2001 -- [Capacitor] Release 6.0.0
  • Loading branch information
gdeluna-branch authored Jul 7, 2023
2 parents e731a43 + e812853 commit c8ed7b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Branch Capacitor SDK change log

- 6.0.0

- Updates the core capacitor plugin to 5.0.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/112
- Branch Android SDK bumped to 5.6.1 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
- Updated to Gradle 8 and resolved tooling errors
- Branch iOS SDK bumped to 2.2.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
- Namespace `Branch` changed to `BranchSDK`

- 5.0.0

- Updates the core capacitor plugin to 4.0.1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.0.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
object: nil
)

Branch.getInstance().registerPluginName("Capacitor", version: "5.0.0")
Branch.getInstance().registerPluginName("Capacitor", version: "6.0.0")
}

@objc public func setBranchService(branchService: Any) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-branch-deep-links",
"version": "5.0.0",
"version": "6.0.0",
"description": "Capacitor plugin for Branch.io deep links",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c8ed7b9

Please sign in to comment.