Skip to content

Commit

Permalink
Update to mongodb 1.3.12. Includes Emily's patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Jul 19, 2013
1 parent 15c396b commit 4618006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongo-livedata/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Package.describe({
internal: true
});

Npm.depends({mongodb: "1.3.7"});
Npm.depends({mongodb: "1.3.12"});

Package.on_use(function (api) {
api.use(['random', 'ejson', 'json', 'underscore', 'minimongo', 'logging',
Expand Down

0 comments on commit 4618006

Please sign in to comment.