Skip to content

Commit e3cd389

Browse files
committed
Version and deps dump
1 parent f40ba78 commit e3cd389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
summary: 'Messaging infrastructure for Space applications.',
33
name: 'space:messaging',
4-
version: '3.2.0',
4+
version: '3.3.0',
55
git: 'https://github.com/meteor-space/messaging.git'
66
});
77

@@ -15,8 +15,8 @@ Package.onUse(function(api) {
1515
'check',
1616
'ejson',
1717
'ecmascript',
18-
'fongandrew:[email protected].1',
19-
18+
'fongandrew:[email protected].2',
19+
2020
]);
2121

2222
// SHARED

0 commit comments

Comments
 (0)