From 6da40ba9d13737c6a5c1c81b2bfb965bfa6a56c2 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Mon, 11 May 2015 14:28:49 +0200 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c07d1..dbfd582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 1.3.1 + +- Add compatibility with `Angular 1.4.x` + ## Version 1.3.0 - An `autoDismiss` option to be used with `maxOpened` to dismiss the oldest toast. diff --git a/bower.json b/bower.json index 75de79b..f44b9e1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "1.3.0", + "version": "1.3.1", "authors": [ "Jesus Rodriguez " ], diff --git a/package.json b/package.json index d43c487..fb73152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-toastr", - "version": "1.3.0", + "version": "1.3.1", "author": "Jesus Rodriguez ", "repository": { "type": "git",