Skip to content

Commit cebb253

Browse files
committed
Set VERSION to 6.2.0-dev (via coho)
1 parent e7bc393 commit cebb253

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.1.0-dev
1+
6.2.0-dev

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.1.0-dev';
29+
const VERSION = '6.2.0-dev';
3030

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-ios",
3-
"version": "6.1.0-dev",
3+
"version": "6.2.0-dev",
44
"description": "cordova-ios release",
55
"main": "bin/templates/scripts/cordova/Api.js",
66
"repository": "github:apache/cordova-ios",

0 commit comments

Comments
 (0)