diff --git a/.versions b/.versions index 82425ee8..299bbd48 100644 --- a/.versions +++ b/.versions @@ -26,7 +26,7 @@ modules-runtime@0.6.4_1 mongo-id@1.0.5 observe-sequence@1.0.12 ostrio:cookies@2.0.4 -ostrio:files@1.6.0 +ostrio:files@1.6.1 promise@0.7.2_1 random@1.0.10 reactive-var@1.0.10 diff --git a/demo/app.json b/demo/app.json index 29d624e2..7a00ebe1 100644 --- a/demo/app.json +++ b/demo/app.json @@ -1,6 +1,6 @@ { "name": "Meteor-Files-Demo", - "version": "1.6.0", + "version": "1.6.1", "description": "Demo application for ostrio:files package", "repository": "https://github.com/VeliovGroup/Meteor-Files-Demo", "website": "https://github.com/VeliovGroup/Meteor-Files-Demo", diff --git a/demo/package.json b/demo/package.json index 63c25755..4820cb9f 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "Meteor-Files-Demo", - "version": "1.6.0", + "version": "1.6.1", "description": "Demo application for ostrio:files package", "main": "main.js", "scripts": { diff --git a/files.coffee b/files.coffee index a2654bb1..fd438205 100755 --- a/files.coffee +++ b/files.coffee @@ -686,7 +686,7 @@ class FilesCollection body = '' handleError = (error) -> - console.warn "[FilesCollection] [Upload] [HTTP] Exception:", e + console.warn "[FilesCollection] [Upload] [HTTP] Exception:", error response.writeHead 500 response.end JSON.stringify {error} return diff --git a/package.js b/package.js index 7dbc4216..928fa40a 100755 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'ostrio:files', - version: '1.6.0', + version: '1.6.1', summary: 'Fast and robust file uploads and streaming (Audio & Video), support FS or AWS, DropBox, Google Drive', git: 'https://github.com/VeliovGroup/Meteor-Files', documentation: 'README.md'