Skip to content

Commit 1136a50

Browse files
committed
Build and patch increment
1 parent 9090002 commit 1136a50

5 files changed

+7
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "jquery-smooth-scroll",
44
"main": "jquery.smooth-scroll.js",
55
"homepage": "https://github.com/kswedberg/jquery-smooth-scroll",
6-
"version": "2.1.1",
6+
"version": "2.1.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/kswedberg/jquery-smooth-scroll"

jquery.smooth-scroll.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Smooth Scroll - v2.1.1 - 2017-01-01
2+
* jQuery Smooth Scroll - v2.1.2 - 2017-01-19
33
* https://github.com/kswedberg/jquery-smooth-scroll
44
* Copyright (c) 2017 Karl Swedberg
55
* Licensed MIT
@@ -18,7 +18,7 @@
1818
}
1919
}(function($) {
2020

21-
var version = '2.1.1';
21+
var version = '2.1.2';
2222
var optionOverrides = {};
2323
var defaults = {
2424
exclude: [],
@@ -250,8 +250,6 @@
250250
var aniProps = {};
251251
var aniOpts = {};
252252

253-
console.log(explicitOffset);
254-
255253
if (explicitOffset.px) {
256254
opts = $.extend({link: null}, $.fn.smoothScroll.defaults, optionOverrides);
257255
} else {

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": "2.1.1",
4+
"version": "2.1.2",
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 = '2.1.1';
2+
var version = '2.1.2';
33
var optionOverrides = {};
44
var defaults = {
55
exclude: [],

0 commit comments

Comments
 (0)