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 Aug 14, 2024
1 parent 7129688 commit e5d2d39
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.0"
private let APPSFLYER_PLUGIN_VERSION = "6.15.0-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.0",
"version": "6.15.0-rc1",
"iosSdkVersion": "6.15.0",
"androidSdkVersion": "6.15.0",
"buildNumber": "14",
"buildNumber": "92",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e5d2d39

Please sign in to comment.