Skip to content

Commit

Permalink
(chore): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilashlr committed Jun 14, 2020
1 parent c51aef0 commit b3b8462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/components/responsive-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class ResponsiveImageComponent extends Component {

constructor() {
super(...arguments);

this.sizes = this.thumborImage.getSizes();
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-thumbor-images",
"version": "0.4.0",
"version": "0.4.1",
"description": "ember-thumbor-images is a simple addon that generates safe/unsafe thumbor image urls durin build. You can use it to define your responsive images in your ember apps.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit b3b8462

Please sign in to comment.