Skip to content

Commit

Permalink
CB-10368 Updated version and RELEASENOTES.md for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jan 16, 2016
1 parent 8846ac8 commit d42fb80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
-->
# Release Notes

### 1.1.1 (Jan 15, 2016)
* CB-10238 **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository
* CB-9923 Update `device.platform` documentation for **Browser** platform

### 1.1.0 (Nov 18, 2015)
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
* Add `isVirtual` for **Windows Phone 8.x**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device",
"version": "1.1.1-dev",
"version": "1.1.1",
"description": "Cordova Device Plugin",
"cordova": {
"id": "cordova-plugin-device",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device"
version="1.1.1-dev">
version="1.1.1">
<name>Device</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device-tests"
version="1.1.1-dev">
version="1.1.1">
<name>Cordova Device Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit d42fb80

Please sign in to comment.