Skip to content

Commit

Permalink
Rename to cordova-webintent for consistency; bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alalamav committed May 30, 2019
1 parent 7bb1705 commit 6c045ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ canonical upstream, and submit PRs for any changes you'd like merged.**
1. To install the plugin, use the Cordova CLI:

```bash
cordova plugin add https://github.com/cordova-misc/cordova-webintent.git
cordova plugin add github:cordova-misc/cordova-webintent.git
```

1. Confirm that the following is now in your `config.xml` file:
1. Confirm that the following is now in your `package.json` file:

```xml
<plugin name="WebIntent" value="com.borismus.webintent.WebIntent" />
```json
"cordova-webintent": "github:cordova-misc/cordova-webintent
```
## Sample code
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-webintent",
"version": "1.1.0",
"version": "2.0.0",
"description": "WebIntent Android Plugin for Cordova 3.X",
"main": "index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"intent"
],
"author": "borismus",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/cordova-misc/cordova-webintent/issues"
},
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="com.borismus.webintent"
version="1.1.0">
<name>WebIntent</name>
id="cordova-webintent"
version="2.0.0">
<name>cordova-webintent</name>
<description>Web intents for Cordova</description>
<license>Apache</license>
<keywords>cordova,webintent</keywords>
Expand Down

0 comments on commit 6c045ce

Please sign in to comment.