CB-11334 Set VERSION to 4.4.0 (via coho)
Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/5cf8588e Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/5cf8588e Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/5cf8588e Branch: refs/heads/4.4.x Commit: 5cf8588e3f4bf788b38b814f684eeafeff037800 Parents: e911ae7 Author: Vladimir Kotikov <[email protected]> Authored: Mon May 30 12:48:55 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Mon May 30 14:01:07 2016 +0300 ---------------------------------------------------------------------- VERSION | 2 +- package.json | 2 +- template/cordova/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/5cf8588e/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 7075368..fdc6698 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.0-dev +4.4.0 http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/5cf8588e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 77ef87e..ec1f4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-windows", - "version": "4.4.0-dev", + "version": "4.4.0", "description": "cordova-windows release", "bin": "bin/create", "main": "template/cordova/Api.js", http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/5cf8588e/template/cordova/version ---------------------------------------------------------------------- diff --git a/template/cordova/version b/template/cordova/version index d6c295d..7b4f0af 100644 --- a/template/cordova/version +++ b/template/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "4.4.0-dev"; +var VERSION = "4.4.0"; module.exports.version = VERSION; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
