Commit 10ca4abf by Sebastián Katzer

Change plugin id

parent d275c40c
...@@ -31,7 +31,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications. ...@@ -31,7 +31,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
## Removing the Plugin from your project ## Removing the Plugin from your project
Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface): Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface):
``` ```
cordova plugin rm de.appplant.cordova.plugin.local-notifications cordova plugin rm de.appplant.cordova.plugin.local-notification
``` ```
## Release Notes ## Release Notes
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="de.appplant.cordova.plugin.local-notifications" id="de.appplant.cordova.plugin.local-notification"
version="0.6.2"> version="0.6.2">
<name>LocalNotifications</name> <name>LocalNotifications</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment