Skip to content

Commit

Permalink
🚀 v1.2.6 published
Browse files Browse the repository at this point in the history
  • Loading branch information
asif-jalil committed Aug 27, 2023
1 parent 97a61c9 commit d8895f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Simple content slider, works on scroll. Absolutely free for use. Thriving for pr

- CSS

- [scroll.carousel.min.css](https://cdn.jsdelivr.net/npm/[email protected].5/dist/scroll.carousel.min.css)
- [scroll.carousel.min.css](https://cdn.jsdelivr.net/npm/[email protected].6/dist/scroll.carousel.min.css)

- JS
- [scroll.carousel.min.js](https://cdn.jsdelivr.net/npm/[email protected].5/dist/scroll.carousel.min.js)
- [scroll.carousel.min.js](https://cdn.jsdelivr.net/npm/[email protected].6/dist/scroll.carousel.min.js)

### CDN

Expand All @@ -67,13 +67,13 @@ To get started with **Scroll Carousel** right away, there are a few CDN availabl
Add a link to the css file in your `<head>`:

```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].5/dist/scroll.carousel.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].6/dist/scroll.carousel.min.css">
```

Then, before your closing `<body>` tag, add:

```
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/scroll.carousel.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/scroll.carousel.min.js"></script>
```

### Package managers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-carousel",
"version": "1.2.5",
"version": "1.2.6",
"description": "Scroll carousel, a unique content slider that specially works on window scroll.",
"main": "dist/scroll.carousel.min.js",
"types": "dist/scroll.carousel.d.ts",
Expand Down

0 comments on commit d8895f6

Please sign in to comment.