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 Feb 26, 2024
1 parent c3b9ccf commit d26a5fa
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.12.1"
private let APPSFLYER_PLUGIN_VERSION = "6.13.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.13.0",
"version": "6.13.0-rc1",
"iosSdkVersion": "6.13.0",
"androidSdkVersion": "6.13.0",
"buildNumber": "10",
"buildNumber": "82",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d26a5fa

Please sign in to comment.