Incrementing versions and updating code

This commit is contained in:
Joe Bowser 2013-06-25 14:11:30 -07:00
parent e01678da93
commit 6aff54be76
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.9.0rc1 2.9.0

View File

@ -1,5 +1,5 @@
// Platform: android // Platform: android
// 2.9.0rc1-0-g002f33d // 2.9.0-0-g83dc4bd
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file or more contributor license agreements. See the NOTICE file
@ -19,7 +19,7 @@
under the License. under the License.
*/ */
;(function() { ;(function() {
var CORDOVA_JS_BUILD_LABEL = '2.9.0rc1-0-g002f33d'; var CORDOVA_JS_BUILD_LABEL = '2.9.0-0-g83dc4bd';
// file: lib/scripts/require.js // file: lib/scripts/require.js
var require, var require,

View File

@ -38,7 +38,7 @@ import android.telephony.TelephonyManager;
public class Device extends CordovaPlugin { public class Device extends CordovaPlugin {
public static final String TAG = "Device"; public static final String TAG = "Device";
public static String cordovaVersion = "2.9.0rc1"; // Cordova version public static String cordovaVersion = "2.9.0"; // Cordova version
public static String platform = "Android"; // Device OS public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID public static String uuid; // Device UUID