Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Feb 27, 2015
1 parent a34ba6c commit 0958dc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/angular-wurfl-image-tailor.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0958dc0

Please sign in to comment.