From a6b74e418356ba89411d0905d2ba0abb0070cd25 Mon Sep 17 00:00:00 2001 From: Julien Marcou Date: Mon, 1 Feb 2021 17:58:24 +0100 Subject: [PATCH] Update to v1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7930ab..326c790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "scrollable-component", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.0", + "version": "1.1.1", "license": "MIT" } } diff --git a/package.json b/package.json index bce69ef..c966772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrollable-component", - "version": "1.1.0", + "version": "1.1.1", "description": "Native viewport with custom scrollbars 🖱️", "homepage": "https://github.com/julien-marcou/scrollable-component#readme", "repository": {