Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 472ebc7

Browse files
committed
v1.3.21
1 parent c8cde3b commit 472ebc7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import Lenis from 'lenis'
8484
Using scripts:
8585

8686
```html
87-
<script src="https://unpkg.com/[email protected].20/dist/lenis.min.js"></script>
87+
<script src="https://unpkg.com/[email protected].21/dist/lenis.min.js"></script>
8888
```
8989

9090

@@ -131,7 +131,7 @@ import 'lenis/dist/lenis.css'
131131
**Or link the CSS file:**
132132

133133
```html
134-
<link rel="stylesheet" href="https://unpkg.com/[email protected].20/dist/lenis.css">
134+
<link rel="stylesheet" href="https://unpkg.com/[email protected].21/dist/lenis.css">
135135
```
136136

137137
**Or add it manually:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lenis",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"description": "How smooth scroll should be",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)