From d4f3c211e60405ca1e27c38acd3ff14fcbd4a862 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Mon, 16 Feb 2015 12:08:46 -0800 Subject: [PATCH] Upgrade device cordova dependency to 0.3.0 --- packages/webapp/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.js b/packages/webapp/package.js index 705aa2037d..afcb2258d8 100644 --- a/packages/webapp/package.js +++ b/packages/webapp/package.js @@ -13,7 +13,7 @@ Npm.strip({ }); Cordova.depends({ - 'org.apache.cordova.device': '0.2.13', + 'org.apache.cordova.device': '0.3.0', // the cordova plugin built by Meteor Core team that "emulates a server" on // the mobile device. Serving the files and checking for the HCP updates. 'com.meteor.cordova-update': 'https://github.com/meteor/com.meteor.cordova-update/tarball/92fe99b7248075318f6446b288995d4381d24cd2'