Repository: cordova-plugin-console Updated Branches: refs/heads/1.0.x 450752ba5 -> e4deaa235
CB-11091 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/e3d8c5b0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/e3d8c5b0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/e3d8c5b0 Branch: refs/heads/1.0.x Commit: e3d8c5b059bec8d1432c9fc71ecedd63c9d5ca45 Parents: 450752b Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:45:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:45:27 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-console/blob/e3d8c5b0/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index a2e2021..05623ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-console", - "version": "1.0.3", + "version": "1.0.4-dev", "description": "Cordova Console Plugin", "cordova": { "id": "cordova-plugin-console", http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e3d8c5b0/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index fcb2356..e8a6158 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-console" - version="1.0.3"> + version="1.0.4-dev"> <name>Console</name> <description>Cordova Console Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e3d8c5b0/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 7b12611..cad02c9 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-console-tests" - version="1.0.3"> + version="1.0.4-dev"> <name>Cordova Console Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
