Skip to content

Commit ffd7672

Browse files
authored
Merge pull request #14 from d4rn0k/master
Update toastify.js comments
2 parents 7acea7b + 18664f6 commit ffd7672

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)
44
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
55

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)
77

88
Toastify is a lightweight, vanilla JS toast notification library.
99

src/toastify.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Toastify js 1.2.2
2+
* Toastify js 1.3.1
33
* https://github.com/apvarun/toastify-js
44
* @license MIT licensed
55
*

src/toastify.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Toastify js 1.2.2
2+
* Toastify js 1.3.1
33
* https://github.com/apvarun/toastify-js
44
* @license MIT licensed
55
*
@@ -19,7 +19,7 @@
1919
return new Toastify.lib.init(options);
2020
},
2121
// Library version
22-
version = "1.2.2";
22+
version = "1.3.1";
2323

2424
// Defining the prototype of the object
2525
Toastify.lib = Toastify.prototype = {
@@ -291,4 +291,4 @@
291291

292292
// Returning the Toastify function to be assigned to the window object/module
293293
return Toastify;
294-
});
294+
});

0 commit comments

Comments
 (0)