Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update version, VERSION, RELEASENOTES.md, cordova.js for release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Dec 31, 2019
1 parent f81d152 commit 3ba08bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge

cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs.

### 7.0.1 (Dec 31, 2019)
* Support latest Visual Studio 2017 (15.9.x) ([#329](https://github.com/apache/cordova-windows/pull/329))
* Fix path to `winjs` dependency ([#331](https://github.com/apache/cordova-windows/pull/331))

### 7.0.0 (Mar 05, 2019)
* [GH-324](https://github.com/apache/cordova-windows/pull/324) Change Temporary Directories for Tests
* [GH-319](https://github.com/apache/cordova-windows/pull/319) Windows Platform Release Preparation (Cordova 9)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1-dev
7.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-windows",
"version": "7.0.1-dev",
"version": "7.0.1",
"description": "cordova-windows release",
"bin": "bin/create",
"main": "template/cordova/Api.js",
Expand Down
2 changes: 1 addition & 1 deletion template/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// Coho updates this line:
var VERSION = "7.0.1-dev";
var VERSION = "7.0.1";

module.exports.version = VERSION;

Expand Down
2 changes: 1 addition & 1 deletion template/www/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.0.1-dev';
var PLATFORM_VERSION_BUILD_LABEL = '7.0.1';
// file: src/scripts/require.js

var require;
Expand Down

0 comments on commit 3ba08bd

Please # to comment.