Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Aug 20, 2016
1 parent a79e5e8 commit 4f7c0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ [email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:files@1.6.10
ostrio:files@1.7.0
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:files',
version: '1.7.0',
summary: 'Fast and robust file upload package, with support of DDP, HTTP and WebRTC/DC uploads. Support of FS, AWS, GridFS, DropBox or Google Drive',
summary: 'Upload files via DDP, HTTP and WebRTC/DC. To server FS, AWS, GridFS, DropBox or Google Drive.',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
});
Expand All @@ -22,4 +22,4 @@ Npm.depends({
'request': '2.74.0',
'throttle': '1.0.3',
'file-type': '3.8.0'
});
});

0 comments on commit 4f7c0a8

Please sign in to comment.