Sebastián Katzer пре 12 година
родитељ
комит
942b49bccf
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      README.md
  2. 1 1
      plugin.xml

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ cordova plugin rm de.appplant.cordova.plugin.local-notifications
 ```
 
 ## Release Notes
-#### Version 0.6.0 (not yet released)
+#### Version 0.6.0 (16.11.2013)
 - Added WP8 support<br>
   *Based on the LiveTiles WP8 plugin made by* ***Jesse MacFadyen (purplecabbage)***
 - [enhancement:] The `add()` function now returns the id of the created notification.

+ 1 - 1
plugin.xml

@@ -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-notifications"
-        version="0.6.0dev">
+        version="0.6.0">
 
     <name>LocalNotifications</name>