Skip to content

Commit

Permalink
Merge pull request #160 from Stabzs/master
Browse files Browse the repository at this point in the history
Changed version to 0.4.16 for new release
  • Loading branch information
Stabzs committed Oct 30, 2015
2 parents 96c449a + 2272d52 commit f481348
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AngularJS-Toaster
**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.
(I would suggest to use /1.2.8/angular-animate.js, there is a weird blinking in newer versions.)

### Current Version 0.4.15
### Current Version 0.4.16

## Demo
- Simple demo is at http://plnkr.co/edit/HKTC1a
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AngularJS-Toaster",
"version": "0.4.15",
"version": "0.4.16",
"main": [
"toaster.js",
"toaster.css"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-toaster",
"version": "0.4.15",
"version": "0.4.16",
"description": "AngularJS Toaster is a customized version of toastr non-blocking notification javascript library",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -16,7 +16,9 @@
"angular": ">1.2.6",
"angular-animate": "~1.2.8",
"angular-mocks": "^1.4.7",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6"
}
Expand Down
2 changes: 1 addition & 1 deletion toaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
* AngularJS Toaster
* Version: 0.4.15
* Version: 0.4.16
*
* Copyright 2013-2015 Jiri Kavulak.
* All Rights Reserved.
Expand Down
14 changes: 1 addition & 13 deletions toaster.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f481348

Please sign in to comment.