Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Nov 21, 2016
1 parent 694175c commit 3ef2da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Ember from 'ember';
import { colorIndex } from './-private/utils';
import { generateInitials, generateImage } from './-private/generators';

export default Ember.Mixin.extend({
export default Ember.Mixin.create({
tagName: 'img',
attributeBindings: ['width', 'height', 'src'],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-initials",
"author": "Exelord",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/Exelord/ember-initials#readme",
"description": "Simple Initails Avatars for Ember 2 applications",
Expand Down

0 comments on commit 3ef2da7

Please sign in to comment.