Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davetayls committed Sep 11, 2014
1 parent 6e20403 commit 4b70391
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ module.exports = function(grunt) {
bump: {
options: {
push: false,
tagName: '%VERSION%'
tagName: '%VERSION%',
commitFiles: ['.']
}
}
});
Expand Down
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.2
jQuery.kinetic v2.0.3
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.3",
"version": "2.0.4",
"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.4
- Fix the useTarget call to include the event as per the example in the readme for ignoring scroll events. (@mooreOn)

### 2.0.3
- only prevent drag and drop if element is usable target (@andrew-pause)

Expand Down

0 comments on commit 4b70391

Please sign in to comment.