You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/03 22:17:28 UTC

[1/2] git commit: CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.3

Repository: cordova-cli
Updated Branches:
  refs/heads/master 9d45790d8 -> 75dfaf4a5


CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.3


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/0f6250fa
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/0f6250fa
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/0f6250fa

Branch: refs/heads/master
Commit: 0f6250fa3d803e4ab3169dc637900b7533b837ba
Parents: 9d45790
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Mar 3 15:54:16 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Mar 3 15:54:16 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++--
 package.json    | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0f6250fa/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 04528e3..25ae609 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 3.4.0-0.1.3 (Mar 3, 2014)
+* Update to plugman v0.20.2
+
 ### 3.4.0-0.1.2 (Feb 28, 2014)
 * Update to plugman v0.20.1
 

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0f6250fa/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2411c51..ad6f09c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.4.0-0.1.3-dev",
+  "version": "3.4.0-0.1.3",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
   ],
   "dependencies": {
     "elementtree": "0.1.5",
-    "plugman": "0.20.1",
+    "plugman": "0.20.2",
     "plist-with-patches": "0.5.x",
     "xcode": "0.6.6",
     "shelljs": "0.1.x",


[2/2] git commit: CB-6115 Incremented version to -dev

Posted by ag...@apache.org.
CB-6115 Incremented version to -dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/75dfaf4a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/75dfaf4a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/75dfaf4a

Branch: refs/heads/master
Commit: 75dfaf4a5317f99c9871836f4563dfe2112285e2
Parents: 0f6250f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Mar 3 16:17:05 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Mar 3 16:17:05 2014 -0500

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/75dfaf4a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ad6f09c..ca85b82 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.4.0-0.1.3",
+  "version": "3.4.0-0.1.4-dev",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",