Skip to content

Commit 0318c35

Browse files
committed
v1.1.18
1 parent bfe1d6d commit 0318c35

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
@@ -45,7 +45,7 @@ import Lenis from 'lenis'
4545
using scripts:
4646

4747
```html
48-
<script src="https://unpkg.com/lenis@1.1.17/dist/lenis.min.js"></script>
48+
<script src="https://unpkg.com/lenis@1.1.18/dist/lenis.min.js"></script>
4949
```
5050

5151

@@ -92,7 +92,7 @@ import 'lenis/dist/lenis.css'
9292
or link the CSS file:
9393

9494
```html
95-
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.17/dist/lenis.css">
95+
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.18/dist/lenis.css">
9696
```
9797

9898
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.17",
3+
"version": "1.1.18",
44
"type": "module",
55
"sideEffects": false,
66
"author": "darkroom.engineering",

0 commit comments

Comments
 (0)