diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5d34678..1dc12e1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -63,3 +63,6 @@ * CB-7549 - (Re-fix) `StatusBar` **iOS 8** Landscape issue (closes #15) * CB-7700 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar * CB-7571 Bump version of nested plugin to match parent plugin + +### 0.1.10 (Feb 04, 2015) +* CB-8351 ios: Use argumentForIndex rather than NSArray extension diff --git a/plugin.xml b/plugin.xml index f93dfff..01b04e0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.statusbar" - version="0.1.10-dev"> + version="0.1.10"> StatusBar Cordova StatusBar Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 9230524..69b7e10 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.statusbar.tests" - version="0.1.10-dev"> + version="0.1.10"> Cordova StatusBar Plugin Tests Apache 2.0