File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
![ forthebadge] ( https://forthebadge.com/images/badges/made-with-javascript.svg )
4
4
![ forthebadge] ( https://forthebadge.com/images/badges/built-with-love.svg )
5
5
6
- [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.2.2 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
6
+ [ ![ toastify-js] ( https://img.shields.io/badge/toastify--js-1.3.1 -brightgreen.svg )] ( https://www.npmjs.com/package/toastify-js )
7
7
8
8
Toastify is a lightweight, vanilla JS toast notification library.
9
9
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Toastify js 1.2.2
2
+ * Toastify js 1.3.1
3
3
* https://github.com/apvarun/toastify-js
4
4
* @license MIT licensed
5
5
*
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Toastify js 1.2.2
2
+ * Toastify js 1.3.1
3
3
* https://github.com/apvarun/toastify-js
4
4
* @license MIT licensed
5
5
*
19
19
return new Toastify . lib . init ( options ) ;
20
20
} ,
21
21
// Library version
22
- version = "1.2.2 " ;
22
+ version = "1.3.1 " ;
23
23
24
24
// Defining the prototype of the object
25
25
Toastify . lib = Toastify . prototype = {
291
291
292
292
// Returning the Toastify function to be assigned to the window object/module
293
293
return Toastify ;
294
- } ) ;
294
+ } ) ;
You can’t perform that action at this time.
0 commit comments