forked from github/cordova-android
Set VERSION to 3.7.1 (via coho)
This commit is contained in:
parent
c5ffdff49b
commit
3bc755de7c
@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "3.7.0";
|
||||
var VERSION = "3.7.1";
|
||||
|
||||
console.log(VERSION);
|
||||
|
2
framework/assets/www/cordova.js
vendored
2
framework/assets/www/cordova.js
vendored
@ -19,7 +19,7 @@
|
||||
under the License.
|
||||
*/
|
||||
;(function() {
|
||||
var PLATFORM_VERSION_BUILD_LABEL = '3.7.0';
|
||||
var PLATFORM_VERSION_BUILD_LABEL = '3.7.1';
|
||||
// file: src/scripts/require.js
|
||||
|
||||
/*jshint -W079 */
|
||||
|
@ -62,7 +62,7 @@ import android.widget.FrameLayout;
|
||||
public class CordovaWebView extends WebView {
|
||||
|
||||
public static final String TAG = "CordovaWebView";
|
||||
public static final String CORDOVA_VERSION = "3.7.0";
|
||||
public static final String CORDOVA_VERSION = "3.7.1";
|
||||
|
||||
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-android",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"description": "cordova-android release",
|
||||
"main": "bin/create",
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user