Commit 20ad9d07 by Sebastián Katzer

Release 0.7.8

parent db4b0a28
## ChangeLog
#### Version 0.7.7 (03.01.2015)
#### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014)
......
......@@ -47,7 +47,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
or to use the last stable version:
```bash
# ~~ stable version ~~
cordova plugin add de.appplant.cordova.plugin.local-notification@0.7.7
cordova plugin add de.appplant.cordova.plugin.local-notification@0.7.8
```
### Removing the Plugin from your project
......@@ -69,7 +69,7 @@ More informations can be found [here][PGB_plugin].
## ChangeLog
#### Version 0.7.7 (03.01.2015)
#### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014)
......
......@@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="de.appplant.cordova.plugin.local-notification"
version="0.7.7">
version="0.7.8">
<name>LocalNotification</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