From daab2bb21896eae77265a67c018794fc5d99f904 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Hoelt Date: Sun, 1 Jan 2023 18:16:22 +0100 Subject: [PATCH] v13.1.6 --- api/modules/CdvPurchase.md | 2 +- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- src/ts/store.ts | 2 +- www/store.d.ts | 2 +- www/store.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/modules/CdvPurchase.md b/api/modules/CdvPurchase.md index 61f48671..e26654df 100644 --- a/api/modules/CdvPurchase.md +++ b/api/modules/CdvPurchase.md @@ -152,7 +152,7 @@ ___ ### PLUGIN\_VERSION -• `Const` **PLUGIN\_VERSION**: ``"13.1.5"`` +• `Const` **PLUGIN\_VERSION**: ``"13.1.6"`` Current release number of the plugin. diff --git a/package-lock.json b/package-lock.json index 32eeddc8..94eb157e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-purchase", - "version": "13.1.5", + "version": "13.1.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8b3478c0..d7de1935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-purchase", - "version": "13.1.5", + "version": "13.1.6", "description": "Cordova Purchase plugin for iOS, Android, Windows (AppStore, Play, UWP)", "cordova": { "id": "cordova-plugin-purchase", diff --git a/plugin.xml b/plugin.xml index 3b320f49..608a1e9e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,7 +26,7 @@ SOFTWARE. + version="13.1.6"> Purchase Cordova Purchase plugin for iOS (AppStore), Android (PlayStore) and Windows diff --git a/src/ts/store.ts b/src/ts/store.ts index 67b253e0..37686308 100644 --- a/src/ts/store.ts +++ b/src/ts/store.ts @@ -24,7 +24,7 @@ namespace CdvPurchase { /** * Current release number of the plugin. */ - export const PLUGIN_VERSION = '13.1.5'; + export const PLUGIN_VERSION = '13.1.6'; /** * Entry class of the plugin. diff --git a/www/store.d.ts b/www/store.d.ts index 734f1507..cd340fcc 100644 --- a/www/store.d.ts +++ b/www/store.d.ts @@ -503,7 +503,7 @@ declare namespace CdvPurchase { /** * Current release number of the plugin. */ - const PLUGIN_VERSION = "13.1.5"; + const PLUGIN_VERSION = "13.1.6"; /** * Entry class of the plugin. */ diff --git a/www/store.js b/www/store.js index 6617807b..7a692b7a 100644 --- a/www/store.js +++ b/www/store.js @@ -817,7 +817,7 @@ var CdvPurchase; /** * Current release number of the plugin. */ - CdvPurchase.PLUGIN_VERSION = '13.1.5'; + CdvPurchase.PLUGIN_VERSION = '13.1.6'; /** * Entry class of the plugin. */