Compare commits

...

2 Commits

Author SHA1 Message Date
Joe Bowser b22990ca78 cordova-js wasn't properly auto-incremented either 2013-04-19 17:56:26 -07:00
Joe Bowser 832998b67f 2.7.0rc1 prep 2013-04-18 13:05:03 -07:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
2.6.0 2.7.0
+1 -1
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.6.0.js"></script> <script type="text/javascript" src="cordova-2.7.0.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();
+2 -2
View File
@@ -1,8 +1,8 @@
// Platform: android // Platform: android
// commit d0ffb852378ff018bac2f3b12c38098a19b8ce00 // commit 360bd3e65c33ce4f01e2efb82d641a565ef3c333
// File generated at :: Thu Apr 18 2013 15:10:54 GMT-0400 (EDT) // File generated at :: Fri Apr 19 2013 17:55:18 GMT-0700 (PDT)
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one
+1 -1
View File
@@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<script src="cordova-2.6.0.js"></script> <script src="cordova-2.7.0.js"></script>
</head> </head>
<body> <body>
+1 -1
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.6.0"; // Cordova version public static String cordovaVersion = "2.7.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