Skip to content

Commit d34cb80

Browse files
committed
Release 1.5.1
1 parent 9090e13 commit d34cb80

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

jquery.smooth-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* jQuery Smooth Scroll - v1.5.0 - 2014-10-01
2+
* jQuery Smooth Scroll - v1.5.1 - 2014-10-01
33
* https://github.com/kswedberg/jquery-smooth-scroll
44
* Copyright (c) 2014 Karl Swedberg
55
* Licensed MIT (https://github.com/kswedberg/jquery-smooth-scroll/blob/master/LICENSE-MIT)
66
*/
77

88
(function($) {
9-
var version = '1.5.0',
9+
var version = '1.5.1',
1010
optionOverrides = {},
1111
defaults = {
1212
exclude: [],

jquery.smooth-scroll.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-smooth-scroll",
33
"title": "jQuery Smooth Scroll",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"scripts": {},
66
"main": "jquery.smooth-scroll.js",
77
"author": {

src/jquery.smooth-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function($) {
2-
var version = '1.5.0',
2+
var version = '1.5.1',
33
optionOverrides = {},
44
defaults = {
55
exclude: [],

0 commit comments

Comments
 (0)