From 4e078ab5c327132be794cfad118d694fd1d1648d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Galambosi?= Date: Tue, 18 Oct 2016 15:45:22 +0200 Subject: [PATCH] bump version to 1.4.5 --- 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 757ee17..adda858 100644 --- a/SmoothScroll.js +++ b/SmoothScroll.js @@ -1,5 +1,5 @@ // -// SmoothScroll for websites v1.4.4 (Balazs Galambosi) +// SmoothScroll for websites v1.4.5 (Balazs Galambosi) // http://www.smoothscroll.net/ // // Licensed under the terms of the MIT license. diff --git a/bower.json b/bower.json index 62ce415..0fa9768 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.4", + "version": "1.4.5", "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 5870554..1fb1d36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smoothscroll-for-websites", - "version": "1.4.4", + "version": "1.4.5", "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": {