Skip to content

Commit

Permalink
Give release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
samkelleher committed May 16, 2016
1 parent ad070d6 commit 45f34c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.npmrc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ processor you use.

## Installation
```
$ cordova plugin add cordova-applepay
$ cordova plugin add cordova-plugin-applepay
```

Install the plugin using Cordova 6 and above, which is based on npm. The plugin
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-applepay",
"version": "2.1.0",
"name": "cordova-plugin-applepay",
"version": "2.1.1",
"description": "An adapted Cordova plugin to provide Apple Pay functionality.",
"main": "www/applepay.js",
"scripts": {
Expand Down
6 changes: 2 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.cordova.applepay"
version="2.1.0">
id="cordova-plugin-applepay"
version="2.1.1">

<name>Apple Pay</name>
<description>Implements Apple Pay.</description>
Expand Down

0 comments on commit 45f34c8

Please sign in to comment.