[CB-5188] Updated version and RELEASENOTES.md for release 0.2.4

This commit is contained in:
Steven Gill 2013-10-28 10:58:16 -07:00
parent 703f6c68d8
commit e0176cc61e
2 changed files with 7 additions and 1 deletions

View File

@ -41,3 +41,9 @@
* CB-4633: We really should close cursors. It's just the right thing to do.
* No longer causes a stack trace, but it doesn't cause the error to be called.
* CB-4889 renaming org.apache.cordova.core.camera to org.apache.cordova.camera
### 0.2.4 (Oct 28, 2013)
* CB-5128: added repo + issue tag to plugin.xml for camera plugin
* CB-4958 - iOS - Camera plugin should not show the status bar
* [CB-4919] updated plugin.xml for FxOS
* [CB-4915] Incremented plugin version on dev branch.

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.camera"
version="0.2.4-dev">
version="0.2.4">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>