Skip to content

Commit a44f72d

Browse files
committed
v1.0.7: VoiceOver support; JSCS.
- Tap now supports VoiceOver on iOS and OS X; - JS Code Style: `.jscsrc` file added
1 parent af3f60c commit a44f72d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "tap",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"authors": [
55
"Ilya Pukhalski <ilya@pukhalski.com>",
6+
"Eugene Zhlobo <ezhlobo@gmail.com>",
67
"Mikhail Larchanka <larchanka@me.com>"
78
],
89
"description": "Library to handle various user interactions (click, touch, pointer) with a single event 'tap'",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tapjs",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"devDependencies": {
55
"grunt": "latest",
66
"grunt-contrib-concat": "^0.4.0",

0 commit comments

Comments
 (0)