mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-03 13:28:06 +08:00
Set VERSION to 3.6.0-dev (via coho)
This commit is contained in:
parent
93c8ba920a
commit
00caa1c0a0
2
VERSION
2
VERSION
@ -1 +1 @@
|
||||
3.5.0-dev
|
||||
3.6.0-dev
|
||||
|
@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "3.5.0-dev";
|
||||
var VERSION = "3.6.0-dev";
|
||||
|
||||
console.log(VERSION);
|
||||
|
@ -68,7 +68,7 @@ import android.widget.FrameLayout;
|
||||
public class CordovaWebView extends WebView {
|
||||
|
||||
public static final String TAG = "CordovaWebView";
|
||||
public static final String CORDOVA_VERSION = "3.5.0-dev";
|
||||
public static final String CORDOVA_VERSION = "3.6.0-dev";
|
||||
|
||||
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
|
||||
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user