Set VERSION to 6.1.0 (via coho)

This commit is contained in:
Joe Bowser 2016-11-02 16:32:15 -07:00
parent d95df96881
commit 7e54af75d8
4 changed files with 50 additions and 50 deletions

View File

@ -1 +1 @@
6.1.0-dev
6.1.0

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "6.1.0-dev";
var VERSION = "6.1.0";
module.exports.version = 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 = "6.1.0-dev";
public static final String CORDOVA_VERSION = "6.1.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);