Skip to content

Commit

Permalink
v13.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed Jan 1, 2023
1 parent 7a7d0ba commit daab2bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/modules/CdvPurchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ___

### PLUGIN\_VERSION

`Const` **PLUGIN\_VERSION**: ``"13.1.5"``
`Const` **PLUGIN\_VERSION**: ``"13.1.6"``

Current release number of the plugin.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-purchase"
xmlns:android="http://schemas.android.com/apk/res/android"
version="13.1.5">
version="13.1.6">

<name>Purchase</name>
<description>Cordova Purchase plugin for iOS (AppStore), Android (PlayStore) and Windows</description>
Expand Down
2 changes: 1 addition & 1 deletion src/ts/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion www/store.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion www/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit daab2bb

Please sign in to comment.