Skip to content

Commit

Permalink
Update Plugin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pazlavi committed May 1, 2024
1 parent 633e8a8 commit 5ede7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Plugin/AppsFlyerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AppsFlyerLib

@objc(AppsFlyerPlugin)
public class AppsFlyerPlugin: CAPPlugin {
private let APPSFLYER_PLUGIN_VERSION = "6.14.3-rc1"
private let APPSFLYER_PLUGIN_VERSION = "6.14.3"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.14.3-rc1",
"version": "6.14.3",
"iosSdkVersion": "6.14.3",
"androidSdkVersion": "6.14.0",
"buildNumber": "87",
"buildNumber": "13",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 5ede7a2

Please sign in to comment.