We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b6eb6 commit ac09198Copy full SHA for ac09198
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-applepay",
3
- "version": "4.0.0",
+ "version": "5.0.0",
4
"description":
5
"An adapted Cordova plugin to provide Apple Pay functionality.",
6
"main": "www/applepay.js",
plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-applepay"
- version="4.0.0">
+ version="5.0.0">
<name>Apple Pay</name>
7
<description>Implements Apple Pay.</description>
0 commit comments