From 9ef7ddbf209d1e8c916f352f3b99575371724841 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 20 Jan 2016 16:18:52 -0800 Subject: [PATCH] Set VERSION to 5.2.0-dev (via coho) --- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index f8ee15fd..1daf456a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0-dev +5.2.0-dev diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 0bc326f6..b77247fb 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "5.1.0-dev"; +var VERSION = "5.2.0-dev"; module.exports.version = VERSION; diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index ba111d25..65d53664 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -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.1.0-dev"; + public static final String CORDOVA_VERSION = "5.2.0-dev"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences); diff --git a/package.json b/package.json index d3e9f819..cfdcbc25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "5.1.0", + "version": "5.2.0-dev", "description": "cordova-android release", "bin": { "create": "bin/create" @@ -43,4 +43,4 @@ "jshint": "^2.6.0", "promise-matchers": "~0" } -} +} \ No newline at end of file