Set VERSION to 3.7.1 (via coho)

This commit is contained in:
Andrew Grieve 2015-02-03 20:46:29 -05:00
parent c5ffdff49b
commit 3bc755de7c
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.7.0
3.7.1

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.7.0";
var VERSION = "3.7.1";
console.log(VERSION);

View File

@ -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 */

View File

@ -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>();

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "3.7.0",
"version": "3.7.1",
"description": "cordova-android release",
"main": "bin/create",
"repository": {