Skip to content

Commit

Permalink
Merge pull request #634 from VeliovGroup/dev
Browse files Browse the repository at this point in the history
v1.10.1
  • Loading branch information
dr-dimitru authored Jul 26, 2018
2 parents 5d8bc02 + e5c6126 commit 35280e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:[email protected].0
local-test:ostrio:[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -32,8 +32,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:cookies@2.2.7
ostrio:[email protected].0
ostrio:cookies@2.3.0
ostrio:[email protected].1
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:files',
version: '1.10.0',
version: '1.10.1',
summary: 'File upload via DDP/HTTP to server, 3rd party storage support: AWS S3, GridFS, DropBox and others',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
Expand All @@ -17,7 +17,7 @@ Package.onUse(function(api) {
api.versionsFrom('1.6.1');
api.use('webapp', 'server');
api.use(['reactive-var', 'tracker', 'http'], 'client');
api.use(['mongo', 'check', 'random', 'ecmascript', 'ostrio:cookies@2.2.7'], ['client', 'server']);
api.use(['mongo', 'check', 'random', 'ecmascript', 'ostrio:cookies@2.3.0'], ['client', 'server']);
api.addAssets('worker.min.js', 'client');
api.mainModule('server.js', 'server');
api.mainModule('client.js', 'client');
Expand Down

0 comments on commit 35280e0

Please sign in to comment.