From 3be0dee2b44e09348afa90a099f068f40c56f9d6 Mon Sep 17 00:00:00 2001 From: Will Po Date: Tue, 14 Aug 2018 11:51:47 +1000 Subject: [PATCH] v2.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12dfa4a1..0b28ed41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "body-scroll-lock", - "version": "2.5.0", + "version": "2.5.1", "description": "Enables body scroll locking (for iOS Mobile and Tablet, Android, desktop Safari/Chrome/Firefox) without breaking scrolling of a target element (eg. modal/lightbox/flyouts/nav-menus)", "main": "lib/bodyScrollLock.js", "author": "Will Po",