Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Oct 1, 2014
1 parent 9090e13 commit d34cb80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jquery.smooth-scroll.js
@@ -1,12 +1,12 @@
/*!
* jQuery Smooth Scroll - v1.5.0 - 2014-10-01
* jQuery Smooth Scroll - v1.5.1 - 2014-10-01
* https://github.com/kswedberg/jquery-smooth-scroll
* Copyright (c) 2014 Karl Swedberg
* Licensed MIT (https://github.com/kswedberg/jquery-smooth-scroll/blob/master/LICENSE-MIT)
*/

(function($) {
var version = '1.5.0',
var version = '1.5.1',
optionOverrides = {},
defaults = {
exclude: [],
Expand Down
4 changes: 2 additions & 2 deletions jquery.smooth-scroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jquery-smooth-scroll",
"title": "jQuery Smooth Scroll",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {},
"main": "jquery.smooth-scroll.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.smooth-scroll.js
@@ -1,5 +1,5 @@
(function($) {
var version = '1.5.0',
var version = '1.5.1',
optionOverrides = {},
defaults = {
exclude: [],
Expand Down

0 comments on commit d34cb80

Please sign in to comment.