Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D23F418E71 for ; Fri, 4 Mar 2016 12:36:11 +0000 (UTC) Received: (qmail 23768 invoked by uid 500); 4 Mar 2016 12:36:11 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 23722 invoked by uid 500); 4 Mar 2016 12:36:11 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 23667 invoked by uid 99); 4 Mar 2016 12:36:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2016 12:36:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0B36FE04D7; Fri, 4 Mar 2016 12:36:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: an-selm@apache.org To: commits@cordova.apache.org Date: Fri, 04 Mar 2016 12:36:11 -0000 Message-Id: In-Reply-To: <15096106dad24312a04ede4b85816524@git.apache.org> References: <15096106dad24312a04ede4b85816524@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] cordova-browser git commit: CB-10788 Set VERSION to 4.1.0 (via coho) CB-10788 Set VERSION to 4.1.0 (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/cf3c39bf Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/cf3c39bf Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/cf3c39bf Branch: refs/heads/4.1.x Commit: cf3c39bff57ad56f28981fa040e4855a30353d38 Parents: fb12044 Author: Vladimir Kotikov Authored: Fri Mar 4 13:55:14 2016 +0300 Committer: Vladimir Kotikov Committed: Fri Mar 4 15:34:48 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/cf3c39bf/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 4aa925d..ee74734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev +4.1.0 http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/cf3c39bf/bin/templates/project/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version index 7039287..8a13bae 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.1.0"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/cf3c39bf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3751b1b..73044b9 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.1.0", + "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