Repository: cordova-android Updated Branches: refs/heads/6.2.x [created] 4d55fdb3e
Update JS snapshot to version 6.2.0 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/b175d611 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/b175d611 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/b175d611 Branch: refs/heads/6.2.x Commit: b175d611bd4b019ff1184cce8b90f8f0208c2d80 Parents: 6d08442 Author: Steve Gill <[email protected]> Authored: Tue Mar 28 15:18:35 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Mar 28 15:18:35 2017 -0700 ---------------------------------------------------------------------- bin/templates/project/assets/www/cordova.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/b175d611/bin/templates/project/assets/www/cordova.js ---------------------------------------------------------------------- diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js index 1814e02..8b4f3c0 100644 --- a/bin/templates/project/assets/www/cordova.js +++ b/bin/templates/project/assets/www/cordova.js @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '6.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '6.2.0'; // file: src/scripts/require.js /*jshint -W079 */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
