Skip to content

Commit

Permalink
Merge pull request #117 from AppsFlyerSDK/releases/6.x.x/6.13.x/6.13.…
Browse files Browse the repository at this point in the history
…1-rc1

Merge releases/6.x.x/6.13.x/6.13.1-rc1 into main
  • Loading branch information
Dani-Koza-AF authored Mar 7, 2024
2 parents 4760917 + 994b43d commit d24787f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.13.1
Release date: *2024-03-07*

- Capacitor >> Update to iOS SDK v6.13.1

## 6.13.0
Release date: *2024-02-26*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### <a id="plugin-build-for"> This plugin is built for

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

## <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.0"
private let APPSFLYER_PLUGIN_VERSION = "6.13.1"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.13.0",
"iosSdkVersion": "6.13.0",
"version": "6.13.1",
"iosSdkVersion": "6.13.1",
"androidSdkVersion": "6.13.0",
"buildNumber": "11",
"buildNumber": "12",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d24787f

Please sign in to comment.