Skip to content

Commit

Permalink
Major version bump for ID change and move to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 19, 2015
1 parent df5e89e commit 654be6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ Compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman), co
```
$ phonegap local plugin add https://github.com/EddyVerbruggen/cordova-plugin-actionsheet.git
```
or

or with the Cordova CLI, from npm:
```
$ cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-actionsheet
$ cordova plugin add cordova-plugin-actionsheet
$ cordova prepare
```

Expand Down Expand Up @@ -99,7 +100,7 @@ WP8: Copy `ActionSheet.cs` to `platforms/wp8/Plugins/nl.x-services.plugins.actio
### PhoneGap Build
ActionSheet works with PhoneGap build too! Just add the following xml to your `config.xml` to always use the latest version of this plugin:
```xml
<gap:plugin name="nl.x-services.plugins.actionsheet" />
<gap:plugin name="cordova-plugin-actionsheet" source="npm" />
```

ActionSheet.js is brought in automatically. Make sure though you include a reference to cordova.js in your index.html's head:
Expand Down
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-actionsheet",
"version": "1.1.6",
"version": "2.0.0",
"description": "Show a sheet of options the user can choose from.",
"cordova": {
"id": "cordova-plugin-actionsheet",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="nl.x-services.plugins.actionsheet"
version="1.1.7">
id="cordova-plugin-actionsheet"
version="2.0.0">

<name>ActionSheet</name>

Expand Down

0 comments on commit 654be6e

Please sign in to comment.