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",