Skip to content

Commit

Permalink
update versions using CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pazlavi committed Apr 30, 2024
1 parent 077d96d commit a40f4e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **6.13.0**
- iOS AppsFlyer SDK **6.13.1**
- Android AppsFlyer SDK **6.14.0**
- iOS AppsFlyer SDK **6.14.3**

## <a id="breaking-changes-6-12-1"> ❗❗ Breaking changes when updating to v6.12.1 ❗❗
Starting from v6.12.1, this plugin works only with Capacitor 5. </br>
Expand Down
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.13.1"
private let APPSFLYER_PLUGIN_VERSION = "6.14.3-rc1"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.13.1",
"iosSdkVersion": "6.13.1",
"androidSdkVersion": "6.13.0",
"buildNumber": "12",
"version": "6.14.3-rc1",
"iosSdkVersion": "6.14.3",
"androidSdkVersion": "6.14.0",
"buildNumber": "86",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit a40f4e2

Please sign in to comment.