Skip to content

Commit ac09198

Browse files
committed
release(v5): bump version.
v5 will allow supportedNetworks and merchantCapabilities to be configurable
1 parent 14b6eb6 commit ac09198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-applepay",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description":
55
"An adapted Cordova plugin to provide Apple Pay functionality.",
66
"main": "www/applepay.js",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
id="cordova-plugin-applepay"
4-
version="4.0.0">
4+
version="5.0.0">
55

66
<name>Apple Pay</name>
77
<description>Implements Apple Pay.</description>

0 commit comments

Comments
 (0)