Compare commits

...

6 Commits

Author SHA1 Message Date
Steve Gill
41ac464aca Set VERSION to 5.1.1 (via coho) 2016-02-26 13:02:32 -08:00
Steve Gill
765a93b3e7 Update JS snapshot to version 5.1.1 (via coho) 2016-02-26 13:02:32 -08:00
riknoll
9aa758a1d1 CB-10498: Resume event should be sticky if it has a plugin result 2016-02-26 12:57:20 -08:00
Steve Gill
bf74f97e7f Set VERSION to 5.1.1 (via coho) 2016-02-26 12:57:20 -08:00
Steve Gill
2bf47422ce Update JS snapshot to version 5.1.1 (via coho) 2016-02-26 12:50:31 -08:00
Steve Gill
eaef4d47a2 Update JS snapshot to version 5.1.0 (via coho) 2016-02-26 12:45:58 -08:00
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
5.2.0-dev
5.1.1

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "5.2.0-dev";
var VERSION = "5.1.1";
module.exports.version = VERSION;

View File

@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '5.2.0-dev';
var PLATFORM_VERSION_BUILD_LABEL = '5.1.1';
// file: src/scripts/require.js
/*jshint -W079 */

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "5.2.0-dev";
public static final String CORDOVA_VERSION = "5.1.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "5.2.0-dev",
"version": "5.1.1",
"description": "cordova-android release",
"bin": {
"create": "bin/create"