Tagging the 2.2.0 release after this commit

This commit is contained in:
Joe Bowser 2012-10-31 10:57:57 -07:00
parent bdd5a4e053
commit e55327b064
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2.2.0rc2 2.2.0

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.2.0rc2.js"></script> <script type="text/javascript" src="cordova-2.2.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();

View File

@ -1,6 +1,6 @@
// commit d819e1e60599c12ac831379b06bba9110e9f1790 // commit 02b91c5313ff37d74a58f71775170afd360f4a1f
// File generated at :: Fri Oct 26 2012 16:03:51 GMT-0400 (EDT) // File generated at :: Wed Oct 31 2012 10:40:25 GMT-0700 (PDT)
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one
@ -2850,7 +2850,7 @@ FileTransfer.prototype.download = function(source, target, successCallback, erro
errorCallback(error); errorCallback(error);
}; };
exec(win, errorCallback, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]); exec(win, fail, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]);
}; };
/** /**

View File

@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<script src="cordova-2.2.0rc2.js"></script> <script src="cordova-2.2.0.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.2.0rc2"; // Cordova version public static String cordovaVersion = "2.2.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