Sebastián Katzer 12 лет назад
Родитель
Сommit
9044fb23ca
2 измененных файлов с 2 добавлено и 2 удалено
  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/413).
 
 ## Release Notes
-#### Version 0.7.1 (not yet released)
+#### Version 0.7.1 (31.01.2014)
 - [bugfix:] `ongoing` attribute was ignored.
 - [bugfix:] `oncancel` wasnt fired if `autoCancel` was set to true.
 - [bugfix:] App throwed an error at restart if a callback was registered.

+ 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.1dev">
+        version="0.7.1">
 
     <name>LocalNotification</name>