Update RELEASENOTES & version for v7.1.2

This commit is contained in:
Darryl Pogue
2018-11-05 12:17:08 -08:00
parent 36c6f44697
commit 725e75fa0d
7 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "7.1.2-dev";
var VERSION = "7.1.2";
module.exports.version = VERSION;
+2 -2
View File
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.1.2-dev';
var PLATFORM_VERSION_BUILD_LABEL = '7.1.2';
// file: src/scripts/require.js
/* jshint -W079 */
@@ -2186,4 +2186,4 @@ window.cordova = require('cordova');
require('cordova/init');
})();
})();