浏览代码

Release version 0.8.1

Sebastián Katzer 10 年之前
父节点
当前提交
b7b7b13bfe
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      plugin.xml

+ 1 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@ ChangeLog
 
 Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information.
 
-#### Version 0.8.1 (not yet released)
+#### Version 0.8.1 (08.03.2015)
 
 - Fix incompatibility with cordova version 3.5-3.0
 - Fire `clear` instead of `cancel` event when clicked on repeating notifications

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