Skip to content

Commit 827760a

Browse files
committed
chore: manually update versions
1 parent 67aa601 commit 827760a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CordovaLib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.3.0

CordovaLib/cordova.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
*/
2121
;(function() {
22-
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0';
22+
var PLATFORM_VERSION_BUILD_LABEL = '6.3.0';
2323
// file: src/scripts/require.js
2424
var require;
2525
var define;

bin/templates/scripts/cordova/Api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* This workflow would not have the `package.json` file.
2727
*/
2828
// Coho updates this line
29-
const VERSION = '6.2.0';
29+
const VERSION = '6.3.0';
3030

3131
const fs = require('fs-extra');
3232
const path = require('path');

0 commit comments

Comments
 (0)