From 1d5b98788d8150856a33cf78be96f8873ab0ba32 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:54:11 +0200 Subject: [PATCH] chore(release): 3.0.3-dev --- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 324432f..3657bfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation", - "version": "3.0.2", + "version": "3.0.3-dev", "description": "Cordova Screen Orientation plugin", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index 9545ba2..83149ca 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ + version="3.0.3-dev"> Screen Orientation Cordova Screen Orientation plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 0857170..a0cf489 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation-tests", - "version": "3.0.2", + "version": "3.0.3-dev", "description": "", "cordova": { "id": "cordova-plugin-screen-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index fa9d95e..87170cf 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-screen-orientation-tests" - version="3.0.2"> + version="3.0.3-dev"> Cordova Screen Orientation Plugin Tests Apache 2.0