Skip to content

Commit

Permalink
Merge pull request #47 from VeliovGroup/dev_1
Browse files Browse the repository at this point in the history
v1.3.13
 - Backward compatibility with prev.versions
  • Loading branch information
dr-dimitru committed Nov 9, 2015
2 parents 2d7e849 + b3ae7f1 commit 2cc05ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ [email protected]_1
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].12
ostrio:[email protected].13
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 3 additions & 3 deletions demo/.meteor/versions
2 changes: 1 addition & 1 deletion files.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ class Meteor.Files
http.response.setHeader 'Content-Type', fileRef.type
http.response.setHeader 'Content-Disposition', dispositionType + dispositionName + dispositionEncoding
http.response.setHeader 'Accept-Ranges', 'bytes'
http.response.setHeader 'Last-Modified', @currentFile.updatedAt.toUTCString()
http.response.setHeader 'Last-Modified', @currentFile?.updatedAt?.toUTCString()
http.response.setHeader 'Connection', 'keep-alive'

if http.request.headers.range
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.3.12',
version: '1.3.13',
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 Down

0 comments on commit 2cc05ff

Please sign in to comment.