Skip to content

Commit 4075191

Browse files
committed
Update to 1.4.9 for another attempt at plugins.jquery.com
1 parent ce19385 commit 4075191

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"smooth-scroll","title":"Smooth Scroll","description":"Easy implementation of smooth scrolling for same-page links","version":"1.4.8","homepage":"","author":{"name":"Karl Swedberg","email":"kswedberg@gmail.com","url":"http://www.learningjquery.com/"},"repository":{"type":"git","url":"https://github.com/kswedberg/jquery-smooth-scroll"},"bugs":{"url":"https://github.com/kswedberg/jquery-smooth-scroll/issues"},"licenses":[{"type":"MIT","url":"/blob/master/LICENSE-MIT"}],"dependencies":{"jquery":"~1.3"},"keywords":["scroll","animation"]}
1+
{"name":"smooth-scroll","title":"Smooth Scroll","description":"Easy implementation of smooth scrolling for same-page links","version":"1.4.9","homepage":"https://github.com/kswedberg/jquery-smooth-scroll","author":{"name":"Karl Swedberg","email":"kswedberg@gmail.com","url":"http://www.learningjquery.com/"},"repository":{"type":"git","url":"https://github.com/kswedberg/jquery-smooth-scroll"},"bugs":{"url":"https://github.com/kswedberg/jquery-smooth-scroll/issues"},"licenses":[{"type":"MIT","url":"/blob/master/LICENSE-MIT"}],"dependencies":{"jquery":"~1.3"},"keywords":["scroll","animation"]}

jquery.smooth-scroll.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
/*! Smooth Scroll - v1.4.8 - 2013-01-21
1+
/*! Smooth Scroll - v1.4.9 - 2013-01-21
2+
* https://github.com/kswedberg/jquery-smooth-scroll
23
* Copyright (c) 2013 Karl Swedberg; Licensed MIT */
34

45
(function($) {
56

6-
var version = '1.4.8',
7+
var version = '1.4.9',
78
defaults = {
89
exclude: [],
910
excludeWithin:[],

jquery.smooth-scroll.min.js

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

smooth-scroll.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "smooth-scroll",
33
"title": "Smooth Scroll",
44
"description": "Easy implementation of smooth scrolling for same-page links",
5-
"version": "1.4.8",
6-
"homepage": "",
5+
"version": "1.4.9",
6+
"homepage": "https://github.com/kswedberg/jquery-smooth-scroll",
77
"author": {
88
"name": "Karl Swedberg",
99
"email": "kswedberg@gmail.com",

0 commit comments

Comments
 (0)