Skip to content

Commit

Permalink
Merge pull request #123 from VeliovGroup/dev
Browse files Browse the repository at this point in the history
v1.6.1
  • Loading branch information
dr-dimitru authored Jul 2, 2016
2 parents 06d71ae + b4f44ff commit c427bab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ [email protected]_1
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].0
ostrio:[email protected].1
[email protected]_1
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion demo/app.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion files.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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'
Expand Down

0 comments on commit c427bab

Please sign in to comment.