Parcourir la source

Release v0.7.0

Sebastián Katzer il y a 12 ans
Parent
commit
2a18928904
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      README.md
  2. 1 1
      plugin.xml

+ 1 - 1
README.md

@@ -46,7 +46,7 @@ or to use this exact version:
 More informations can be found [here](https://build.phonegap.com/plugins/356).
 
 ## Release Notes
-#### Version 0.7.0 (not yet released)
+#### Version 0.7.0 (22.01.2014)
 **Note:** The new way of callback registration will be not compatible with previous versions! See #62
 - [feature:] Added new callback registration interface and new callback types.
 - [feature:] Added the ability to override notifications default properties.

+ 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-notification"
-        version="0.7.0dev">
+        version="0.7.0">
 
     <name>LocalNotification</name>