Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit f71680c

Browse files
committed
v0.5.0
1 parent 4012aae commit f71680c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENCE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2012-2013 The Financial Times Ltd.
1+
Copyright (C) 2012-2014 The Financial Times Ltd.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ftscroller",
33
"description": "FTScroller is a cross-browser Javascript/CSS library to allow touch, mouse or scrollwheel scrolling within specified elements, with pagination, snapping and bouncing support.",
4-
"version": "0.3.5",
4+
"version": "0.5.0",
55
"main": "lib/ftscroller.js",
66
"scripts": [
77
"lib/ftscroller.js"

lib/ftscroller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* @copyright The Financial Times Ltd [All rights reserved]
4141
* @codingstandard ftlabs-jslint
42-
* @version 0.3.5
42+
* @version 0.5.0
4343
*/
4444
/**
4545
* @license FTScroller is (c) 2012 The Financial Times Ltd [All rights reserved] and licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ftscroller",
3-
"version": "0.3.5",
3+
"version": "0.5.0",
44
"author": "FT Labs <[email protected]> (http://labs.ft.com/)",
55
"description": "FTScroller is a cross-browser Javascript/CSS library to allow touch, mouse or scrollwheel scrolling within specified elements, with pagination, snapping and bouncing support.",
66
"contributors": [

0 commit comments

Comments
 (0)