Set VERSION to 5.2.0 (via coho)
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/97ce7dd4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/97ce7dd4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/97ce7dd4 Branch: refs/heads/5.2.x Commit: 97ce7dd417ea0e5baf0348d8a267ef3d723bb1a8 Parents: b32b8c8 Author: Steve Gill <[email protected]> Authored: Wed Jun 29 12:51:05 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Wed Jun 29 12:51:05 2016 -0700 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 1daf456..91ff572 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0-dev +5.2.0 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index b77247f..ff7f2a2 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "5.2.0-dev"; +var VERSION = "5.2.0"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 65d5366..49d4d53 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.2.0-dev"; + public static final String CORDOVA_VERSION = "5.2.0"; void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
