You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/04 13:36:00 UTC

[13/14] cordova-browser git commit: CB-10788 Set VERSION to 4.2.0-dev (via coho)

CB-10788 Set VERSION to 4.2.0-dev (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/663f862d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/663f862d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/663f862d

Branch: refs/heads/master
Commit: 663f862d4debe49cc5c46710892a11c9d6198fbf
Parents: 55abeab
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Mar 4 13:55:15 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Mar 4 15:33:09 2016 +0300

----------------------------------------------------------------------
 VERSION                               |  2 +-
 bin/templates/project/cordova/version |  2 +-
 package.json                          | 98 +++++++++++++++---------------
 3 files changed, 51 insertions(+), 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/663f862d/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 4aa925d..5fb11aa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.0-dev
+4.2.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/663f862d/bin/templates/project/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index 7039287..8acf18f 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.1.0-dev";
+var VERSION = "4.2.0-dev";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/663f862d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3751b1b..3daf7d4 100644
--- a/package.json
+++ b/package.json
@@ -1,51 +1,51 @@
 {
-  "name": "cordova-browser",
-  "version": "4.1.0-dev",
-  "description": "cordova-browser release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
-  },
-  "keywords": [
-    "cordova",
-    "browser",
-    "apache"
-  ],
-  "scripts": {
-    "test": "npm run jshint && npm run test-unit",
-    "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions tests/spec/",
-    "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
-  },
-  "dependencies": {
-    "adm-zip": "^0.4.7",
-    "cordova-serve": "^1.0.0",
-    "nopt": "^3.0.6",
-    "q": "^1.4.1",
-    "shelljs": "^0.6.0"
-  },
-  "devDependencies": {
-    "jasmine-node": "~1",
-    "jshint": "^2.6.0",
-    "tmp": "^0.0.26"
-  },
-  "bundledDependencies": [
-    "adm-zip",
-    "cordova-serve",
-    "nopt",
-    "q",
-    "shelljs"
-  ],
-  "author": "Apache Software Foundation",
-  "contributors": [
-    {
-      "name": "Steve Gill",
-      "email": "steveng@adobe.com"
+    "name": "cordova-browser",
+    "version": "4.2.0-dev",
+    "description": "cordova-browser release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
     },
-    {
-        "name": "Suraj Pindoria",
-        "email": "spindori@adobe.com"
-    }
-  ],
-  "license": "Apache-2.0"
-}
+    "keywords": [
+        "cordova",
+        "browser",
+        "apache"
+    ],
+    "scripts": {
+        "test": "npm run jshint && npm run test-unit",
+        "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions tests/spec/",
+        "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
+    },
+    "dependencies": {
+        "adm-zip": "^0.4.7",
+        "cordova-serve": "^1.0.0",
+        "nopt": "^3.0.6",
+        "q": "^1.4.1",
+        "shelljs": "^0.6.0"
+    },
+    "devDependencies": {
+        "jasmine-node": "~1",
+        "jshint": "^2.6.0",
+        "tmp": "^0.0.26"
+    },
+    "bundledDependencies": [
+        "adm-zip",
+        "cordova-serve",
+        "nopt",
+        "q",
+        "shelljs"
+    ],
+    "author": "Apache Software Foundation",
+    "contributors": [
+        {
+            "name": "Steve Gill",
+            "email": "steveng@adobe.com"
+        },
+        {
+            "name": "Suraj Pindoria",
+            "email": "spindori@adobe.com"
+        }
+    ],
+    "license": "Apache-2.0"
+}
\ No newline at end of file


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