Skip to content

Commit

Permalink
Updated to work with Meteor 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dburles committed Aug 18, 2013
1 parent 74d66ab commit e59a127
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
0.2.4 - 2013-08-18
- Now works with Meteor 0.6.5

0.2.3 - 2013-08-08
- Fixed problem on refresh, thanks @tlau!

Expand Down
1 change: 1 addition & 0 deletions package.js
Expand Up @@ -4,6 +4,7 @@ Package.describe({

Package.on_use(function (api) {
api.use('accounts-base', ['client', 'server']);
api.use('session', 'client');

api.add_files('presence_common.js', ['client', 'server']);
api.add_files('presence_client.js', 'client');
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Expand Up @@ -3,6 +3,6 @@
"description": "A package to help track users' presence",
"homepage": "https://github.com/tmeasday/meteor-presence",
"author": "Tom Coleman",
"version": "0.2.3",
"version": "0.2.4",
"git": "https://github.com/tmeasday/meteor-presence.git"
}

0 comments on commit e59a127

Please sign in to comment.