CB-11832 Incremented plugin version.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/14810a2c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/14810a2c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/14810a2c Branch: refs/heads/master Commit: 14810a2c547f79363ecd2cf7ac0bcb59380bc125 Parents: c5b9cac Author: Steve Gill <[email protected]> Authored: Fri Sep 9 16:08:04 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Sep 9 16:08:04 2016 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/14810a2c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 819308f..3fc28c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media-capture", - "version": "1.4.0", + "version": "1.4.1-dev", "description": "Cordova Media Capture Plugin", "cordova": { "id": "cordova-plugin-media-capture", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/14810a2c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 53a9a58..11bb6a9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-media-capture" - version="1.4.0"> + version="1.4.1-dev"> <name>Capture</name> <description>Cordova Media Capture Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/14810a2c/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index c5481b3..c9c2d46 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-media-capture-tests" - version="1.4.0"> + version="1.4.1-dev"> <name>Cordova Media Capture Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
