diff --git a/CHANGELOG.md b/CHANGELOG.md index 4536381..945347a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `angular-wurfl-image-tailor` will be documented in this file +## 0.9.3 - 2015-02-27 + +### Fixed +- When ngSrc was undefined at the beginning, image wasn't refreshed + ## 0.9.2 - 2015-02-26 ### Added diff --git a/bower.json b/bower.json index 5b066d1..fdfe0cf 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-wurfl-image-tailor", "description": "An AngularJS directive for WURFL Image Tailor (WIT)", - "version": "0.9.2", + "version": "0.9.3", "main": "./src/angular-wurfl-image-tailor.js", "authors": [ "Luca Corbo (https://github.com/lucor)" diff --git a/package.json b/package.json index b3b6ff0..ca8556c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-wurfl-image-tailor", - "version": "0.9.2", + "version": "0.9.3", "description": "An AngularJS directive for WURFL Image Tailor (WIT)", "author": "Luca Corbo (https://github.com/lucor)", "maintainers": [ diff --git a/src/angular-wurfl-image-tailor.js b/src/angular-wurfl-image-tailor.js index 20ad2d5..aec0748 100644 --- a/src/angular-wurfl-image-tailor.js +++ b/src/angular-wurfl-image-tailor.js @@ -1,5 +1,5 @@ /* - * angular-wurfl-image-tailor v0.9.2 + * angular-wurfl-image-tailor v0.9.3 * Authors: Luca Corbo (https://github.com/lucor) * (c) 2014 - 2015 ScientiaMobile, Inc. * License: MIT