From 1cf81e2207cd32b83812277f6b85f509dd9a437f Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Golev" Date: Tue, 30 Aug 2016 16:05:32 +0300 Subject: [PATCH] v1.7.2 - Various fixes --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.js b/package.js index e52629b7..91536eb6 100755 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'ostrio:files', - version: '1.7.1', + version: '1.7.2', 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'