Repository: cordova-firefoxos Updated Branches: refs/heads/3.5.x 27a505695 -> f8c5c7594
version fixed (CB-6718) Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/f8c5c759 Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/f8c5c759 Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/f8c5c759 Branch: refs/heads/3.5.x Commit: f8c5c7594e3f5f1a28f5b2d72526b558a185f8db Parents: 27a5056 Author: Piotr Zalewa <[email protected]> Authored: Tue May 20 08:12:39 2014 +0200 Committer: Steven Gill <[email protected]> Committed: Tue May 20 09:55:14 2014 -0700 ---------------------------------------------------------------------- bin/templates/project/cordova/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/f8c5c759/bin/templates/project/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version index 61b62e6..f935529 100755 --- a/bin/templates/project/cordova/version +++ b/bin/templates/project/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.4.0-dev"; +var VERSION = "3.5.0"; console.log(VERSION);
