Skip to content

Commit 2432b3e

Browse files
committed
Updated for v2.0.1
1 parent 3ac25d2 commit 2432b3e

12 files changed

+602
-553
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**toastr** is a Javascript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
33

44
## Current Version
5-
2.0.0
5+
2.0.1
66

77
## Demo
88
- Demo can be found at http://codeseven.github.io/toastr/demo.html
@@ -12,12 +12,12 @@
1212
Toastr is hosted at CDN JS
1313

1414
#### Debug
15-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.js)
16-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css)
15+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/js/toastr.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.js)
16+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/css/toastr.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css)
1717

1818
#### Minified
19-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.min.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.min.js)
20-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css)
19+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/js/toastr.min.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.min.js)
20+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/css/toastr.min.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css)
2121

2222
## NuGet Gallery
2323
http://nuget.org/packages/toastr

nuget/content/content/toastr.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Toastr
3-
* Version 2.0.0
3+
* Version 2.0.1
44
* Copyright 2012 John Papa and Hans Fjällemark.
55
* All Rights Reserved.
66
* Use, reproduction, distribution, and modification of this code is subject to the terms and

0 commit comments

Comments
 (0)