Skip to content

Commit

Permalink
[SDK-2469] Release 8.1.0 (#164)
Browse files Browse the repository at this point in the history
Updated version number and changelog
  • Loading branch information
nsingh-branch authored Jul 11, 2024
1 parent 9984834 commit c3336c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Branch Capacitor SDK change log

- 8.1.0

- Added the handleUrl method to iOS and updated BranchUrlParams to include `branch` instead of `url`.

- 8.0.0

- Updated the `addListener` method to return a `Promise<PluginListenerHandle>`.
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: "8.0.0")
Branch.getInstance().registerPluginName("Capacitor", version: "8.1.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": "8.0.0",
"version": "8.1.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 c3336c8

Please sign in to comment.