Skip to content

Commit

Permalink
release(v5): bump version.
Browse files Browse the repository at this point in the history
v5 will allow supportedNetworks and merchantCapabilities to be configurable
  • Loading branch information
ajcrites committed Mar 7, 2019
1 parent 14b6eb6 commit ac09198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-applepay",
"version": "4.0.0",
"version": "5.0.0",
"description":
"An adapted Cordova plugin to provide Apple Pay functionality.",
"main": "www/applepay.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -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>
<description>Implements Apple Pay.</description>
Expand Down

0 comments on commit ac09198

Please sign in to comment.