Set VERSION to 5.2.2 (via coho)

This commit is contained in:
Steve Gill 2016-07-26 14:57:28 -07:00
parent 75663f59aa
commit 6c80f58e2a
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
5.2.1
5.2.2

View File

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