diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d9305be..e79187c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> # Release Notes +### 2.4.2 (Apr 12, 2018) +* [CB-12679](https://issues.apache.org/jira/browse/CB-12679) Remove Permissions section + ### 2.4.1 (Dec 27, 2017) * [CB-13712](https://issues.apache.org/jira/browse/CB-13712) (iOS): fix overlaysWebView reset on rotation (#92) diff --git a/package.json b/package.json index 30ddbf1..5467660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.4.2-dev", + "version": "2.4.2", "description": "Cordova StatusBar Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 4098155..04d6c18 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="cordova-plugin-statusbar" - version="2.4.2-dev"> + version="2.4.2"> StatusBar Cordova StatusBar Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 609930d..af142ae 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="cordova-plugin-statusbar-tests" - version="2.4.2-dev"> + version="2.4.2"> Cordova StatusBar Plugin Tests Apache 2.0