From 9cfa59772dc29e43fa577233f354dadc8723d1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Thu, 9 Jan 2025 16:55:58 +0100 Subject: [PATCH] v1.1.19 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8684e2d..4b147378 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 f2ec3ccc..1a44fe91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lenis", - "version": "1.1.19-dev.4", + "version": "1.1.19", "description": "How smooth scroll should be", "type": "module", "sideEffects": false,