Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
 - Compatibility with `[email protected]`
 - Dependencies update
  • Loading branch information
dr-dimitru committed Oct 13, 2016
1 parent be2cb4e commit 311a79d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].7
ostrio:[email protected].8
ostrio:[email protected]
ostrio:[email protected].3
ostrio:[email protected].5
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ picture: {

```html
<template name="myFilePreview">
<a href="{{fileURL file}}">{{file.original.name}}</a>
<a href="{{file.link}}">{{file.original.name}}</a>
</template>
```
4 changes: 2 additions & 2 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.7",
version: "1.0.8",
git: "https://github.com/VeliovGroup/meteor-autoform-file.git"
});

Expand All @@ -15,7 +15,7 @@ Package.onUse(function(api) {
'reactive-var',
'templating',
'aldeed:[email protected]',
'ostrio:[email protected].3'
'ostrio:[email protected].5'
]);

api.addFiles([
Expand Down

0 comments on commit 311a79d

Please sign in to comment.