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 94c4c1b commit 075e232Copy full SHA for 075e232
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.0.2',
+ version: '2.0.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',
19
'aldeed:autoform@6.2.0',
20
- 'ostrio:files@1.8.1'
+ 'ostrio:files@1.8.2'
21
]);
22
23
api.addFiles([
0 commit comments