Skip to content

Commit 9cfa597

Browse files
committed
v1.1.19
1 parent 4ea0b00 commit 9cfa597

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import Lenis from 'lenis'
5050
using scripts:
5151

5252
```html
53-
<script src="https://unpkg.com/lenis@1.1.18/dist/lenis.min.js"></script>
53+
<script src="https://unpkg.com/lenis@1.1.19/dist/lenis.min.js"></script>
5454
```
5555

5656

@@ -97,7 +97,7 @@ import 'lenis/dist/lenis.css'
9797
or link the CSS file:
9898

9999
```html
100-
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.18/dist/lenis.css">
100+
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.19/dist/lenis.css">
101101
```
102102

103103
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.1.19-dev.4",
3+
"version": "1.1.19",
44
"description": "How smooth scroll should be",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)