Release version 0.4.0 with WP8 support

This commit is contained in:
Sebastián Katzer 2013-10-10 12:42:33 +02:00
parent 31f291582f
commit 530c9f12d6
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
```
## Release Notes
#### Version 0.4.0 (not yet released)
#### Version 0.4.0 (10.10.2013)
- Added WP8 support<br>
The plugin turns the app into an location tracking app *(for the time it runs in the background)*.

View File

@ -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.background-mode"
version="0.4.0dev">
version="0.4.0">
<name>BackgroundMode</name>