Skip to content

Commit d5b5103

Browse files
committed
v1.1.17
1 parent e426e66 commit d5b5103

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.16/dist/lenis.min.js"></script>
48+
<script src="https://unpkg.com/lenis@1.1.17/dist/lenis.min.js"></script>
4949
```
5050

5151

@@ -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.16/dist/lenis.css">
100+
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.17/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.16",
3+
"version": "1.1.17",
44
"type": "module",
55
"sideEffects": false,
66
"author": "darkroom.engineering",

0 commit comments

Comments
 (0)