Repository: cordova-wp8 Updated Branches: refs/heads/3.8.x f5174f14c -> 1546d7403
CB-10012 Updated RELEASENOTES and Version for release 3.8.2 Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/1546d740 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/1546d740 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/1546d740 Branch: refs/heads/3.8.x Commit: 1546d74032ffc82e733eceeca1a09ec2c6e26d59 Parents: f5174f1 Author: Steve Gill <[email protected]> Authored: Mon Nov 16 18:04:34 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Mon Nov 16 18:04:34 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ VERSION | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1546d740/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7bd0c15..47451ab 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -23,6 +23,10 @@ Release Notes for Cordova (WP8) Cordova is a static library that enables developers to include the Cordova API in their WP8 application projects easily, and also create new Cordova-based WP8 application projects through the command-line. +### 3.9.2 (November 16, 2015) +* CB-9820 Module q is lowercase +* CB-9820 Updates other occurences of 'Q' to lowercase + ### 3.8.0 (March 26, 2015) * added ecosystem:cordova keyword * CB-8325 minor test improvements with e2e tests http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1546d740/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index f280719..a08ffae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.1 +3.8.2 http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1546d740/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f8c62a4..98d51dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-wp8", - "version": "3.8.1", + "version": "3.8.2", "description": "cordova-wp8 release", "main": "bin/create", "repository": { @@ -41,4 +41,4 @@ }, "author": "Apache Software Foundation", "license": "Apache Version 2.0" -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
