Skip to content

Commit

Permalink
[CB-5565] Updated version and RELEASENOTES.md for release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Dec 4, 2013
1 parent aacbca0 commit a4be9f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@
* CB-5128: added repo + issue tag in plugin.xml for device plugin
* CB-5085 device.cordova returning wrong value
* [CB-4915] Incremented plugin version on dev branch.

### 0.2.5 (Dec 4, 2013)
* CB-5316 Spell Cordova as a brand unless it's a command or script
* [ubuntu] use cordova/exec/proxy
* add ubuntu platform
* Modify Device.platform logic to use amazon-fireos as the platform for Amazon Devices
* 1. Added amazon-fireos platform. 2. Change to use cordova-amazon-fireos as the platform if user agent contains 'cordova-amazon-fireos'
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.device"
version="0.2.5-dev">
version="0.2.5">
<name>Device</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit a4be9f8

Please sign in to comment.