From c9d0e83c08fe52a17b06481bff45b1d5a3bd6b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Galambosi?= Date: Sat, 26 Nov 2016 23:04:19 +0100 Subject: [PATCH] bump version 1.4.6 --- 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 eb01e52..5f9dac7 100644 --- a/SmoothScroll.js +++ b/SmoothScroll.js @@ -1,5 +1,5 @@ // -// SmoothScroll for websites v1.4.5 (Balazs Galambosi) +// SmoothScroll for websites v1.4.6 (Balazs Galambosi) // http://www.smoothscroll.net/ // // Licensed under the terms of the MIT license. diff --git a/bower.json b/bower.json index 0fa9768..05645c0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.5", + "version": "1.4.6", "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 1fb1d36..7bbe292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.5", + "version": "1.4.6", "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": {