Skip to content

Commit

Permalink
Set VERSION to 6.1.0 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Jun 22, 2020
1 parent 4ac21b7 commit c75ff4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CordovaLib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0-dev
6.1.0
2 changes: 1 addition & 1 deletion bin/templates/scripts/cordova/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '6.1.0-dev';
const VERSION = '6.1.0';

const fs = require('fs-extra');
const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-ios",
"version": "6.1.0-dev",
"version": "6.1.0",
"description": "cordova-ios release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": "github:apache/cordova-ios",
Expand Down

0 comments on commit c75ff4a

Please sign in to comment.