You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/09/18 20:31:55 UTC

[2/2] cordova-plugin-console git commit: Set VERSION to 2.0.1-dev (via coho)

Set VERSION to 2.0.1-dev (via coho)


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/4a6bc4b8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/4a6bc4b8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/4a6bc4b8

Branch: refs/heads/master
Commit: 4a6bc4b876853da17008e70fb8f103bd133cf7ce
Parents: f0e113b
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:31:03 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:31:03 2017 -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/4a6bc4b8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7c2d5b3..874a2a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "2.0.0",
+  "version": "2.0.1-dev",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4a6bc4b8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 35330df..6ddb6c5 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="2.0.0">
+      version="2.0.1-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4a6bc4b8/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index af00a45..37c17d7 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="2.0.0">
+    version="2.0.1-dev">
     <name>Cordova Console Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org