File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/ee/forgr/plugin/crisp
ios/Sources/CapacitorCrispPlugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020@ CapacitorPlugin (name = "CapacitorCrisp" )
2121public class CapacitorCrispPlugin extends Plugin {
2222
23- private final String pluginVersion = "7.2.18 " ;
23+ private final String pluginVersion = "7.2.19 " ;
2424
2525 protected static final int OPEN_MESSENGER_CODE = 12345 ; // Unique request code
2626
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Crisp
88 */
99@objc ( CapacitorCrispPlugin)
1010public class CapacitorCrispPlugin : CAPPlugin , CAPBridgedPlugin {
11- private let pluginVersion : String = " 7.2.18 "
11+ private let pluginVersion : String = " 7.2.19 "
1212 public let identifier = " CapacitorCrispPlugin "
1313 public let jsName = " CapacitorCrisp "
1414 public let pluginMethods : [ CAPPluginMethod ] = [
Original file line number Diff line number Diff line change 11{
22 "name" : " @capgo/capacitor-crisp" ,
3- "version" : " 7.2.18 " ,
3+ "version" : " 7.2.19 " ,
44 "description" : " Crisp native SDK for capacitor" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments