Skip to content

Commit

Permalink
Release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davetayls committed Oct 7, 2014
1 parent a46948e commit 193ef80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jquery.kinetic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
jQuery.kinetic v2.0.3
jQuery.kinetic v2.0.4
Dave Taylor http://davetayls.me
@license The MIT License (MIT)
Expand Down
4 changes: 2 additions & 2 deletions jquery.kinetic.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.kinetic",
"version": "2.0.4",
"version": "2.0.5",
"description": "adds smooth drag scrolling with gradual deceleration to containers",
"homepage": "http://the-taylors.org/jquery.kinetic",
"author": {
Expand Down
3 changes: 3 additions & 0 deletions readme.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ There are manual tests as html files within the `/test` folder.

Changes
-------
### 2.0.5
- Fix detach scroll event for touch devices (@Jaemu)

### 2.0.4
- Fix the useTarget call to include the event as per the example in the readme for ignoring scroll events. (@mooreOn)

Expand Down

0 comments on commit 193ef80

Please sign in to comment.