Set VERSION to 4.1.1 (via coho)

This commit is contained in:
Steve Gill 2015-07-31 16:50:01 -07:00
parent da3f026974
commit 6cda55b35f
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
4.1.0
4.1.1

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "4.1.0";
var VERSION = "4.1.1";
console.log(VERSION);

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "4.1.0";
public static final String CORDOVA_VERSION = "4.1.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "4.1.0",
"version": "4.1.1",
"description": "cordova-android release",
"main": "bin/create",
"repository": {