From 5336ec8199db6bc37cf254859c765ab010428487 Mon Sep 17 00:00:00 2001 From: Blaze Date: Thu, 14 Mar 2019 10:33:56 +0100 Subject: [PATCH] bump v1.4.9 --- SmoothScroll.js | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SmoothScroll.js b/SmoothScroll.js index f5f0f24..8bcf8ed 100644 --- a/SmoothScroll.js +++ b/SmoothScroll.js @@ -1,5 +1,5 @@ // -// SmoothScroll for websites v1.4.8 (Balazs Galambosi) +// SmoothScroll for websites v1.4.9 (Balazs Galambosi) // http://www.smoothscroll.net/ // // Licensed under the terms of the MIT license. diff --git a/bower.json b/bower.json index fd4a735..a24b3cc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.8", + "version": "1.4.9", "title": "SmoothScroll for websites", "description": "Smooth scrolling experience for websites. This is the standalone version of SmoothScroll for individual websites and themes. Mouse wheel, keyboard and touchpad scrolling all supported.", "keywords": [ diff --git a/package.json b/package.json index e1fe1bf..739830a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.8", + "version": "1.4.9", "description": "Smooth scrolling experience for websites. This is the standalone version of SmoothScroll for individual websites and themes. Mouse wheel, keyboard and touchpad scrolling all supported.", "main": "SmoothScroll.js", "scripts": {