Skip to content

Commit

Permalink
Set version & VERSION to 5.0.4 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 30, 2018
1 parent 003d150 commit 2e0ca7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.4-dev
5.0.4
2 changes: 1 addition & 1 deletion bin/template/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
*/

// Coho updates this line:
var VERSION = "5.0.4-dev";
var VERSION = "5.0.4";

console.log(VERSION);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-browser",
"version": "5.0.4-dev",
"version": "5.0.4",
"description": "cordova-browser release",
"main": "bin/template/cordova/Api.js",
"bin": "bin/create",
Expand Down

0 comments on commit 2e0ca7a

Please sign in to comment.