Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
masterT committed Sep 27, 2015
1 parent 615d3ae commit 793ef31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/itunes.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.search = function(options, callback) {
var url = generateURL("http://itunes.apple.com/search?", options, {
country: "US"
});
console.log(url);
makeRequest(url, callback);
};

Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
"author": "Connor Montgomery <c@cnnr.me> (http://cnnr.me)",
"name": "itunes-search",
"description": "search against iTunes",
"version": "1.0.1",
"version": "2.0.0",
"repository": {
"url": "https://github.com/connor/itunes-node"
},
"main": "lib/itunes",
"dependencies": {},
"dependencies": {
"request" : "2.9.200"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"dependencies": {
"request" : "2.9.200"
}
}
}

0 comments on commit 793ef31

Please sign in to comment.