Skip to content

Commit

Permalink
update versions using CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Koza-AF committed Oct 23, 2024
1 parent de1c11a commit 228d852
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.15.1"
private let APPSFLYER_PLUGIN_VERSION = "6.15.2-rc1"
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.15.1",
"version": "6.15.2-rc1",
"iosSdkVersion": "6.15.1",
"androidSdkVersion": "6.15.1",
"buildNumber": "17",
"buildNumber": "107",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 228d852

Please sign in to comment.