You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
**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.
3
3
4
4
## Current Version
5
-
1.3.1 (stable)
6
-
2.0.0rc1 (unstable)
5
+
2.0.0
7
6
8
7
## Demo
9
8
- Demo can be found at http://codeseven.github.io/toastr/demo.html
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "toastr",
3
3
"filename": "js/toastr.min.js",
4
-
"version": "1.3.1",
4
+
"version": "2.0.0",
5
5
"description": "ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.",
0 commit comments