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
Original file line number Diff line number Diff line change
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.

## Current Version
2.0.0
2.0.1

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

#### 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.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/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/css/toastr.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css)

#### 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.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/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/css/toastr.min.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css)

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

0 comments on commit 2432b3e

Please sign in to comment.