We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd2125 commit 6f3086fCopy full SHA for 6f3086f
package.js
@@ -2,7 +2,7 @@ Package.describe({
2
name: 'ostrio:autoform-files',
3
summary: 'File upload for AutoForm using ostrio:files',
4
description: 'File upload for AutoForm using ostrio:files',
5
- version: '2.1.2',
+ version: '2.1.3',
6
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
7
});
8
@@ -17,7 +17,7 @@ Package.onUse(function(api) {
17
'reactive-var',
18
'templating@1.3.2',
19
'aldeed:autoform@6.3.0',
20
- 'ostrio:files@1.10.1'
+ 'ostrio:files@1.10.2'
21
]);
22
23
api.addFiles([
0 commit comments