Skip to content

Commit

Permalink
each instance has a new jar
Browse files Browse the repository at this point in the history
  • Loading branch information
weisjohn committed Dec 8, 2014
1 parent c1adf25 commit 4827301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function() {
'referer' : conf.home,
'User-Agent': 'Opera/9.52 (X11; Linux i686; U; en)'
},
jar : true,
jar : request.jar(),
json : true
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icloud",
"version": "0.0.1",
"version": "0.1.0",
"description": "Access the iCloud API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4827301

Please sign in to comment.