فهرست منبع

Release v0.7.3

Sebastián Katzer 11 سال پیش
والد
کامیت
d95cf411c1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      CHANGELOG.md
  2. 1 1
      plugin.xml

+ 1 - 1
CHANGELOG.md

@@ -1,5 +1,5 @@
 ## ChangeLog
-#### Version 0.7.3 (not yet released)
+#### Version 0.7.3 (16.03.2014)
 - [bugfix:] cancel callbacks have not been fired after all notifications have been canceled on iOS.
 - [change:] The `oncancel` callback will be called at last if `autoCancel` is set to true (iOS).
 - [bugfix:] Callbacks for non-repeating notifications were not called if they were not created in the current app instance on iOS.

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