Skip to content

Commit

Permalink
Updated plugin version in iOS to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed May 29, 2024
1 parent c66e539 commit 343c755
Showing 1 changed file with 1 addition and 1 deletion.
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: "7.0.0")
Branch.getInstance().registerPluginName("Capacitor", version: "8.0.0")
}

@objc public func setBranchService(branchService: Any) {
Expand Down

0 comments on commit 343c755

Please sign in to comment.