diff --git a/plugin/package.json b/plugin/package.json index acaab5f..4663b0e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-qonversion", - "version": "5.4.0", + "version": "5.5.0", "description": "Qonversion Cordova Plugin", "cordova": { "id": "cordova-plugin-qonversion", diff --git a/plugin/plugin.xml b/plugin/plugin.xml index 65111fa..cf50edc 100644 --- a/plugin/plugin.xml +++ b/plugin/plugin.xml @@ -54,7 +54,7 @@ - + @@ -72,7 +72,7 @@ - + diff --git a/plugin/src/plugin/QonversionInternal.ts b/plugin/src/plugin/QonversionInternal.ts index f4751d4..545d627 100644 --- a/plugin/src/plugin/QonversionInternal.ts +++ b/plugin/src/plugin/QonversionInternal.ts @@ -25,7 +25,7 @@ import {UserProperties} from './UserProperties'; import {PurchaseModel} from './PurchaseModel'; import {PurchaseUpdateModel} from './PurchaseUpdateModel'; -const sdkVersion = "5.4.0"; +const sdkVersion = "5.5.0"; export default class QonversionInternal implements QonversionApi {