diff --git a/README.md b/README.md index 51b47b4..2a20b1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
+
@@ -29,9 +29,9 @@ Infiscroll is a class containing utility functions that enable you to:
Include the following in your html after JQuery, Bootstrap and DataTables CSS and JS files:
```
-https://unpkg.com/@dopesky/infiscroll@1.0.2/dist/css/infiscroll.css
+https://unpkg.com/@dopesky/infiscroll@2.0.0/dist/css/infiscroll.css
-https://unpkg.com/@dopesky/infiscroll@1.0.2/dist/js/infiscroll.js
+https://unpkg.com/@dopesky/infiscroll@2.0.0/dist/js/infiscroll.js
```
**Note:** The product is currently on [Node Package Registry](https://npmjs.com/@dopesky/infiscroll) and [GitHub Package Registry](https://github.com/dopesky/infiscroll/packages/228073). Therefore, you can also install the whole project by running:
diff --git a/package.json b/package.json
index f5cddc4..fb6972f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dopesky/infiscroll",
- "version": "1.0.2",
+ "version": "2.0.0",
"description": "An Infinite Scroll Helper Complete with image lazy load, show on scroll animation, ajax helpers, toasts and more!",
"main": "src/js/infiscroll.js",
"directories": {