Skip to content

Commit

Permalink
v1.7.11
Browse files Browse the repository at this point in the history
 - Fix #355 - `Buffer.from` has no support of `base64` in some versions
of node.js, while `Buffer.from` suggested replacement for deprecated
`new Buffer()` constructor
 - Other minor fixes
  • Loading branch information
dr-dimitru committed Feb 15, 2017
1 parent 199a282 commit b92977c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ [email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].10
ostrio:[email protected].11
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:files',
version: '1.7.10',
version: '1.7.11',
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 Down

0 comments on commit b92977c

Please sign in to comment.