From 055d203e56769cbc641935f62cc6eb28a1975564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Mon, 20 Jan 2025 15:08:11 +0100 Subject: [PATCH] v1.1.20 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b147378..c52ccee8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ import Lenis from 'lenis' using scripts: ```html - + ``` @@ -97,7 +97,7 @@ import 'lenis/dist/lenis.css' or link the CSS file: ```html - + ``` or add it manually: diff --git a/package.json b/package.json index 1a44fe91..e9d31df5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lenis", - "version": "1.1.19", + "version": "1.1.20", "description": "How smooth scroll should be", "type": "module", "sideEffects": false,