Skip to content

Commit

Permalink
v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 3, 2024
1 parent bfe1d6d commit 0318c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Lenis from 'lenis'
using scripts:

```html
<script src="https://unpkg.com/lenis@1.1.17/dist/lenis.min.js"></script>
<script src="https://unpkg.com/lenis@1.1.18/dist/lenis.min.js"></script>
```


Expand Down Expand Up @@ -92,7 +92,7 @@ import 'lenis/dist/lenis.css'
or link the CSS file:

```html
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.17/dist/lenis.css">
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.18/dist/lenis.css">
```

or add it manually:
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": "lenis",
"version": "1.1.17",
"version": "1.1.18",
"type": "module",
"sideEffects": false,
"author": "darkroom.engineering",
Expand Down

0 comments on commit 0318c35

Please sign in to comment.