From d5b5103217d099c98fa92689c37d3fa29603b5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Mon, 25 Nov 2024 13:12:52 +0100 Subject: [PATCH] v1.1.17 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a77756b2..db75400e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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 a99de0bf..903693f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lenis", - "version": "1.1.16", + "version": "1.1.17", "type": "module", "sideEffects": false, "author": "darkroom.engineering",