Skip to content

Commit f481348

Browse files
committed
Merge pull request #160 from Stabzs/master
Changed version to 0.4.16 for new release
2 parents 96c449a + 2272d52 commit f481348

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AngularJS-Toaster
44
**AngularJS Toaster** is an AngularJS port of the **toastr** non-blocking notification jQuery library. It requires AngularJS v1.2.6 or higher and angular-animate for the CSS3 transformations.
55
(I would suggest to use /1.2.8/angular-animate.js, there is a weird blinking in newer versions.)
66

7-
### Current Version 0.4.15
7+
### Current Version 0.4.16
88

99
## Demo
1010
- Simple demo is at http://plnkr.co/edit/HKTC1a

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AngularJS-Toaster",
3-
"version": "0.4.15",
3+
"version": "0.4.16",
44
"main": [
55
"toaster.js",
66
"toaster.css"

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-toaster",
3-
"version": "0.4.15",
3+
"version": "0.4.16",
44
"description": "AngularJS Toaster is a customized version of toastr non-blocking notification javascript library",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -16,7 +16,9 @@
1616
"angular": ">1.2.6",
1717
"angular-animate": "~1.2.8",
1818
"angular-mocks": "^1.4.7",
19+
"jasmine-core": "^2.3.4",
1920
"karma": "^0.13.14",
21+
"karma-chrome-launcher": "^0.2.1",
2022
"karma-coverage": "^0.5.3",
2123
"karma-jasmine": "^0.3.6"
2224
}

toaster.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*
66
* AngularJS Toaster
7-
* Version: 0.4.15
7+
* Version: 0.4.16
88
*
99
* Copyright 2013-2015 Jiri Kavulak.
1010
* All Rights Reserved.

toaster.min.js

+1-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)