Skip to content

Commit 31de192

Browse files
committed
v1.0.10
- Update dependencies - Fix #16
1 parent 9aab9dd commit 31de192

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ mongo-id@1.0.5
4141
npm-mongo@1.5.45
4242
observe-sequence@1.0.12
4343
ordered-dict@1.0.8
44-
ostrio:autoform-files@1.0.9
45-
ostrio:cookies@2.0.5
46-
ostrio:files@1.7.6
44+
ostrio:autoform-files@1.0.10
45+
ostrio:cookies@2.1.2
46+
ostrio:files@1.7.7
4747
promise@0.8.3
4848
random@1.0.10
4949
reactive-dict@1.1.3

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: "ostrio:autoform-files",
33
summary: "File upload for AutoForm using ostrio:files",
44
description: "File upload for AutoForm using ostrio:files",
5-
version: "1.0.9",
5+
version: "1.0.10",
66
git: "https://github.com/VeliovGroup/meteor-autoform-file.git"
77
});
88

@@ -15,7 +15,7 @@ Package.onUse(function(api) {
1515
'reactive-var',
1616
'templating',
1717
'aldeed:autoform@5.8.1',
18-
'ostrio:files@1.7.6'
18+
'ostrio:files@1.7.7'
1919
]);
2020

2121
api.addFiles([

0 commit comments

Comments
 (0)