Skip to content

Commit

Permalink
Make all
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed May 30, 2023
1 parent d317c25 commit c3fe6ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/modules/CdvPurchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ___

### PLUGIN\_VERSION

`Const` **PLUGIN\_VERSION**: ``"13.4.2"``
`Const` **PLUGIN\_VERSION**: ``"13.4.3"``

Current release number 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 @@ -504,7 +504,7 @@ declare namespace CdvPurchase {
/**
* Current release number of the plugin.
*/
const PLUGIN_VERSION = "13.4.2";
const PLUGIN_VERSION = "13.4.3";
/**
* Entry class of the plugin.
*/
Expand Down
4 changes: 3 additions & 1 deletion www/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ var CdvPurchase;
payload: {
ok: false,
message: fullMessage,
code: CdvPurchase.ErrorCode.COMMUNICATION,
status: status,
data: {},
}
});
Expand Down Expand Up @@ -826,7 +828,7 @@ var CdvPurchase;
/**
* Current release number of the plugin.
*/
CdvPurchase.PLUGIN_VERSION = '13.4.2';
CdvPurchase.PLUGIN_VERSION = '13.4.3';
/**
* Entry class of the plugin.
*/
Expand Down

0 comments on commit c3fe6ff

Please sign in to comment.