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 ABEE1119E0 for ; Wed, 10 Sep 2014 23:22:43 +0000 (UTC) Received: (qmail 77513 invoked by uid 500); 10 Sep 2014 23:22:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 77485 invoked by uid 500); 10 Sep 2014 23:22:43 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 77476 invoked by uid 99); 10 Sep 2014 23:22:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 23:22:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3A287888DA1; Wed, 10 Sep 2014 23:22:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Removed old dependency from source Date: Wed, 10 Sep 2014 23:22:43 +0000 (UTC) Repository: cordova-browser Updated Branches: refs/heads/master 5530c41e9 -> d3d9172a3 Removed old dependency from source Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/d3d9172a Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/d3d9172a Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/d3d9172a Branch: refs/heads/master Commit: d3d9172a3ad156e5c9282289c12b415a00f8ee8f Parents: 5530c41 Author: Suraj Pindoria Authored: Wed Sep 10 16:19:24 2014 -0700 Committer: Suraj Pindoria Committed: Wed Sep 10 16:19:24 2014 -0700 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/project/cordova/run | 1 - bin/templates/project/cordova/version | 2 +- cordova-lib/cordova.js | 4 ++-- package.json | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/d3d9172a/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index d5c0c99..87ce492 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.1 +3.5.2 http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/d3d9172a/bin/templates/project/cordova/run ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run index d844828..e4e8baa 100755 --- a/bin/templates/project/cordova/run +++ b/bin/templates/project/cordova/run @@ -21,7 +21,6 @@ var shell = require('shelljs'), spawn = require('child_process').spawn, - open = require('open'), project = 'file://' + shell.pwd() + '/platforms/browser/www/index.html'; spawn('open', ['-a', 'Google\ Chrome', '--args', '--disable-web-security', project]); http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/d3d9172a/bin/templates/project/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version index 5e6be24..603f8f6 100755 --- a/bin/templates/project/cordova/version +++ b/bin/templates/project/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.5.1"; +var VERSION = "3.5.2"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/d3d9172a/cordova-lib/cordova.js ---------------------------------------------------------------------- diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js index df889a5..3a0c2d6 100644 --- a/cordova-lib/cordova.js +++ b/cordova-lib/cordova.js @@ -1,5 +1,5 @@ // Platform: browser -// 3.5.1 +// 3.5.2 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.5.1'; +var CORDOVA_JS_BUILD_LABEL = '3.5.2'; // file: src/scripts/require.js /*jshint -W079 */ http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/d3d9172a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 36ef7c0..f947c2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-browser", - "version": "3.5.1", + "version": "3.5.2", "description": "cordova-browser release", "main": "bin/create", "repository": {