Skip to content

Commit

Permalink
Updated for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Sep 11, 2013
1 parent 3ac25d2 commit 2432b3e
Show file tree
Hide file tree
Showing 12 changed files with 602 additions and 553 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,7 +2,7 @@
**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. **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.


## Current Version ## Current Version
2.0.0 2.0.1


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


#### Debug #### Debug
- [//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) - [//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)
- [//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) - [//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)


#### Minified #### Minified
- [//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) - [//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)
- [//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) - [//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)


## NuGet Gallery ## NuGet Gallery
http://nuget.org/packages/toastr http://nuget.org/packages/toastr
Expand Down
2 changes: 1 addition & 1 deletion nuget/content/content/toastr.css
@@ -1,6 +1,6 @@
/* /*
* Toastr * Toastr
* Version 2.0.0 * Version 2.0.1
* Copyright 2012 John Papa and Hans Fjällemark. * Copyright 2012 John Papa and Hans Fjällemark.
* All Rights Reserved. * All Rights Reserved.
* Use, reproduction, distribution, and modification of this code is subject to the terms and * Use, reproduction, distribution, and modification of this code is subject to the terms and
Expand Down

0 comments on commit 2432b3e

Please sign in to comment.