Skip to content

Commit

Permalink
chore: manually update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Apr 13, 2023
1 parent 67aa601 commit 827760a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CordovaLib/VERSION
@@ -1 +1 @@
6.2.0
6.3.0
2 changes: 1 addition & 1 deletion CordovaLib/cordova.js
Expand Up @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0';
var PLATFORM_VERSION_BUILD_LABEL = '6.3.0';
// file: src/scripts/require.js
var require;
var define;
Expand Down
2 changes: 1 addition & 1 deletion bin/templates/scripts/cordova/Api.js
Expand Up @@ -26,7 +26,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '6.2.0';
const VERSION = '6.3.0';

const fs = require('fs-extra');
const path = require('path');
Expand Down

0 comments on commit 827760a

Please sign in to comment.