From caf2ae6605179a8ff9bcdcadb94cd4c7dab359da Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 15 Dec 2017 17:25:13 -0800 Subject: [PATCH] CB-13681 Updated version and RELEASENOTES.md for release 2.4.0 (via coho) --- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8f6e547..fe7cfcc 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> # Release Notes +### 2.4.0 (Dec 15, 2017) +* [CB-13623](https://issues.apache.org/jira/browse/CB-13623) (iOS): Remove **iOS** 6-7 code + ### 2.3.0 (Nov 06, 2017) * [CB-13476](https://issues.apache.org/jira/browse/CB-13476) (iOS): handle double size statusbar on SDK 10 for **iOS 11** * [CB-13394](https://issues.apache.org/jira/browse/CB-13394) (iOS): fix `iPhone X` StatusBar rendering in landscape diff --git a/package.json b/package.json index f9a72f4..e5685cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.3.1-dev", + "version": "2.4.0", "description": "Cordova StatusBar Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index df31f16..61538d1 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.3.1-dev"> + version="2.4.0"> StatusBar Cordova StatusBar Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 4e060f6..d83fff9 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.3.1-dev"> + version="2.4.0"> Cordova StatusBar Plugin Tests Apache 2.0