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/20 17:50:39 UTC

cordova-plugin-console git commit: Set VERSION to 1.1.1-dev

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master ef9bd9ceb -> a82c521e9


Set VERSION to 1.1.1-dev


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

Branch: refs/heads/master
Commit: a82c521e90ba966d91ae2492cbda1cd865ee5aed
Parents: ef9bd9c
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 20 10:50:35 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 20 10:50:35 2017 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/a82c521e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c13f06a..0a4c501 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/a82c521e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e2d6fc3..25c813a 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.1.0">
+      version="1.1.1-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>


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