Skip to content

Commit

Permalink
bump version to 0.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Apr 27, 2013
1 parent 41a19da commit c90a030
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -143,6 +143,9 @@ $('#menu').on('flick', function(e) {
## Release History

```
v0.0.11
- `press` event is now fired by `timeout` instead of `touchend`.
v0.0.10
- fixed events fired multiple times (#1).
- added `preventDefault` support.
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "jquery.finger",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/jquery.finger.js",
"dependencies": {
"jquery": "~1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.finger.js
@@ -1,4 +1,4 @@
/*! jquery.finger - v0.0.10 - 2013-04-27
/*! jquery.finger - v0.0.11 - 2013-04-27
* https://github.com/ngryman/jquery.finger
* Copyright (c) 2013 Nicolas Gryman; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.finger.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 finger.jquery.json
@@ -1,7 +1,7 @@
{
"name": "finger",
"title": "jQuery Finger",
"version": "0.0.10",
"version": "0.0.11",
"description": "jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.",
"homepage": "https://github.com/ngryman/jquery.finger",
"bugs": "https://github.com/ngryman/jquery.finger/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.finger",
"version": "0.0.10",
"version": "0.0.11",
"description": "jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.",
"homepage": "https://github.com/ngryman/jquery.finger",
"keywords": [
Expand Down

0 comments on commit c90a030

Please sign in to comment.