You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/09/11 08:17:10 UTC

[cordova-android] 03/03: Set VERSION to 8.1.0 (via coho)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit f1f472297af7d3985a5769edd7272222bfd42416
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Sep 11 13:58:04 2019 +0900

    Set VERSION to 8.1.0 (via coho)
---
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 framework/build.gradle                               | 6 +++---
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/VERSION b/VERSION
index 761c136..8104cab 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-8.1.0-dev
+8.1.0
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index d0d99a9..f6c759f 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "8.1.0-dev";
+var VERSION = "8.1.0";
 
 module.exports.version = VERSION;
 
diff --git a/framework/build.gradle b/framework/build.gradle
index 87069d1..03256a1 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -49,7 +49,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '8.1.0-dev'
+version = '8.1.0'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -140,9 +140,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '8.1.0-dev'
+            name = '8.1.0'
             released  = new Date()
-            vcsTag = '8.1.0-dev'
+            vcsTag = '8.1.0'
         }
     }
 }
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 89cd10e..f198495 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 = "8.1.0-dev";
+    public static final String CORDOVA_VERSION = "8.1.0";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org