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:49:16 UTC

cordova-plugin-console git commit: CB-13294 Updated version and RELEASENOTES.md for release 1.1.0

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


CB-13294 Updated version and RELEASENOTES.md for release 1.1.0


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

Branch: refs/heads/master
Commit: ef9bd9ceb469c06beff39be76b2bd6fa94eb33b6
Parents: 4a6bc4b
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 20 10:46:41 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 20 10:46:41 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ef9bd9ce/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ecc84ee..a6168e0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 2.0.0 (Sep 18, 2017)
+### 1.1.0 (Sep 18, 2017)
 * [CB-13170](https://issues.apache.org/jira/browse/CB-13170) Integrated this plugin into `cordova-ios@4.5.0`. This plugin will not install for `cordova-ios >= 4.5.0`.
 * [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`
 * [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds

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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ef9bd9ce/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6ddb6c5..e2d6fc3 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.1-dev">
+      version="1.1.0">
 
     <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