Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
- AMD support added
- Listening to root element instead of `body`
  • Loading branch information
Ilya Pukhalski committed Apr 13, 2015
1 parent 4425032 commit 3195185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tap",
"version": "1.0.4",
"version": "1.0.5",
"authors": [
"Ilya Pukhalski <swedenxpower@gmail.com>",
"Ilya Pukhalski <ilya@pukhalski.com>",
"Mikhail Larchanka <larchanka@me.com>"
],
"description": "Library to handle various user interactions (click, touch, pointer) with a single event 'tap'",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap.js",
"version": "1.0.1",
"name": "tap",
"version": "1.0.5",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "^0.4.0",
Expand Down

0 comments on commit 3195185

Please sign in to comment.