Skip to content

Commit

Permalink
Set VERSION to 4.0.1 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed May 8, 2015
1 parent 1d7c033 commit 6b7eaf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
2 changes: 1 addition & 1 deletion bin/templates/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
*/

// Coho updates this line:
var VERSION = "4.0.0";
var VERSION = "4.0.1";

console.log(VERSION);
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "4.0.0";
public static final String CORDOVA_VERSION = "4.0.1";

void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "4.0.0",
"version": "4.0.1",
"description": "cordova-android release",
"main": "bin/create",
"repository": {
Expand Down

0 comments on commit 6b7eaf2

Please sign in to comment.