Skip to content

Commit 00765b4

Browse files
committed
v1.3.1
1 parent 0d517dc commit 00765b4

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
@@ -69,7 +69,7 @@ import Lenis from 'lenis'
6969
using scripts:
7070

7171
```html
72-
<script src="https://unpkg.com/[email protected].0/dist/lenis.min.js"></script>
72+
<script src="https://unpkg.com/[email protected].1/dist/lenis.min.js"></script>
7373
```
7474

7575

@@ -116,7 +116,7 @@ import 'lenis/dist/lenis.css'
116116
or link the CSS file:
117117

118118
```html
119-
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/lenis.css">
119+
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/lenis.css">
120120
```
121121

122122
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.0",
3+
"version": "1.3.1",
44
"description": "How smooth scroll should be",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)