Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
 - Dependencies update
  • Loading branch information
dr-dimitru committed Aug 24, 2016
1 parent c7dc422 commit 8700390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:[email protected].0
aldeed:[email protected].1
aldeed:[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -41,9 +41,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].4
ostrio:[email protected].5
ostrio:[email protected]
ostrio:[email protected].0
ostrio:[email protected].1
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
name: "ostrio:autoform-files",
summary: "File upload for AutoForm using ostrio:files",
description: "File upload for AutoForm using ostrio:files",
version: "1.0.4",
version: "1.0.5",
git: "https://github.com/VeliovGroup/meteor-autoform-file.git"
});

Expand All @@ -14,8 +14,8 @@ Package.onUse(function(api) {
'underscore',
'reactive-var',
'templating',
'aldeed:[email protected].0',
'ostrio:[email protected].0'
'aldeed:[email protected].1',
'ostrio:[email protected].1'
]);

api.addFiles([
Expand Down

0 comments on commit 8700390

Please sign in to comment.