From 78c304ce63c1d3c37525568eb32363f48ff6cd3b Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Tue, 27 Oct 2020 15:49:15 -0300 Subject: [PATCH] feat(purchases): update to plugin version 1.3.2 --- src/@ionic-native/plugins/purchases/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/purchases/index.ts b/src/@ionic-native/plugins/purchases/index.ts index 03c8c9a199..92c44a5e88 100644 --- a/src/@ionic-native/plugins/purchases/index.ts +++ b/src/@ionic-native/plugins/purchases/index.ts @@ -207,7 +207,7 @@ export enum INTRO_ELIGIBILITY_STATUS { */ @Plugin({ pluginName: 'Purchases', - plugin: 'cordova-plugin-purchases@1.3.0', + plugin: 'cordova-plugin-purchases@1.3.2', pluginRef: 'Purchases', // the variable reference to call the plugin, example: navigator.geolocation repo: 'https://github.com/RevenueCat/cordova-plugin-purchases', // the github repository URL for the plugin platforms: ['Android', 'iOS'], // Array of platforms supported, example: ['Android', 'iOS']