Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #172 from phonegap/rstewart/update-to-3.0.9
Browse files Browse the repository at this point in the history
Rstewart/update to 3.0.9
  • Loading branch information
ryanstewart committed Sep 23, 2013
2 parents c422991 + fbe6b11 commit d510683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/phonegap/mode.js
Expand Up @@ -127,7 +127,7 @@ var bind = {
});

cordova.on('before_library_download', function(data) {
self.emit('warn', util.format('missing library %s/%s/%s',
self.emit('log', util.format('missing library %s/%s/%s',
data.id, data.platform, data.version
));
self.emit('log', util.format('downloading %s...', data.url));
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "3.0.0-0.14.3",
"version": "3.0.0-0.14.4",
"homepage": "http://github.com/phonegap/phonegap-cli",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"colors": "0.6.0-1",
"cordova": "3.0.4",
"cordova": "3.0.9",
"node-static": "0.7.0",
"optimist": "0.6.0",
"phonegap-build": "0.8.4",
Expand Down

0 comments on commit d510683

Please sign in to comment.