Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
 - Streaming fixes and enhancements
  • Loading branch information
dr-dimitru committed Oct 20, 2015
1 parent 6f9e919 commit f23ef99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:files',
version: '1.3.9',
version: '1.3.10',
summary: 'Upload, Store and Stream (Video & Audio streaming) files to/from file system (FS) via DDP and HTTP',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
Expand All @@ -10,7 +10,7 @@ Package.onUse(function(api) {
api.versionsFrom('1.1');
api.addFiles('files.coffee');
api.use(['templating', 'reactive-var', 'tracker'], 'client');
api.use(['underscore', 'check', 'sha', 'ostrio:[email protected].0', 'random', 'coffeescript', 'iron:[email protected]', 'aldeed:[email protected]'], ['client', 'server']);
api.use(['underscore', 'check', 'sha', 'ostrio:[email protected].1', 'random', 'coffeescript', 'iron:[email protected]', 'aldeed:[email protected]'], ['client', 'server']);
});

Npm.depends({
Expand Down

0 comments on commit f23ef99

Please sign in to comment.