Skip to content

Commit 0958dc0

Browse files
committed
Release 0.9.3
1 parent a34ba6c commit 0958dc0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `angular-wurfl-image-tailor` will be documented in this file
44

5+
## 0.9.3 - 2015-02-27
6+
7+
### Fixed
8+
- When ngSrc was undefined at the beginning, image wasn't refreshed
9+
510
## 0.9.2 - 2015-02-26
611

712
### Added

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-wurfl-image-tailor",
33
"description": "An AngularJS directive for WURFL Image Tailor (WIT)",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"main": "./src/angular-wurfl-image-tailor.js",
66
"authors": [
77
"Luca Corbo (https://github.com/lucor)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-wurfl-image-tailor",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "An AngularJS directive for WURFL Image Tailor (WIT)",
55
"author": "Luca Corbo (https://github.com/lucor)",
66
"maintainers": [

src/angular-wurfl-image-tailor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* angular-wurfl-image-tailor v0.9.2
2+
* angular-wurfl-image-tailor v0.9.3
33
* Authors: Luca Corbo (https://github.com/lucor)
44
* (c) 2014 - 2015 ScientiaMobile, Inc.
55
* License: MIT

0 commit comments

Comments
 (0)