Bladeren bron

Release version 0.6.1

Sebastián Katzer 12 jaren geleden
bovenliggende
commit
d073fadf00
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      README.md
  2. 1 1
      plugin.xml

+ 1 - 1
README.md

@@ -35,7 +35,7 @@ cordova plugin rm de.appplant.cordova.plugin.local-notifications
 ```
 
 ## Release Notes
-#### Version 0.6.1 (not yet released)
+#### Version 0.6.1 (04.12.2013)
 - Release under the LGPL 2.1 license.
 - [feature:] Sound can be specified on Android.
 - [enhancement:] Adding notifications on Android does not block the ui thread anymore.

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