Tagging 2.4.0rc2

This commit is contained in:
Andrew Grieve 2013-01-30 09:51:40 -05:00
parent 381ce535bf
commit d29eb84010
5 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
2.4.0rc1 2.4.0rc2

View File

@ -33,7 +33,7 @@
<p class="event received">Device is Ready</p> <p class="event received">Device is Ready</p>
</div> </div>
</div> </div>
<script type="text/javascript" src="cordova-2.4.0rc1.js"></script> <script type="text/javascript" src="cordova-2.4.0rc2.js"></script>
<script type="text/javascript" src="js/index.js"></script> <script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript"> <script type="text/javascript">
app.initialize(); app.initialize();

View File

@ -1,6 +1,8 @@
// commit 71223711fb1591b1255d871140d959fd9095f0c3 // Platform: android
// File generated at :: Mon Jan 21 2013 13:45:08 GMT-0800 (PST) // commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one

View File

@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<script src="cordova-2.4.0rc1.js"></script> <script src="cordova-2.4.0rc2.js"></script>
</head> </head>
<body> <body>

View File

@ -39,7 +39,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.4.0rc1"; // Cordova version public static String cordovaVersion = "2.4.0rc2"; // 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