Skip to content

Commit

Permalink
v1.0.7: VoiceOver support; JSCS.
Browse files Browse the repository at this point in the history
- Tap now supports VoiceOver on iOS and OS X;
- JS Code Style: `.jscsrc` file added
  • Loading branch information
pukhalski committed Jun 16, 2015
1 parent af3f60c commit a44f72d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tap",
"version": "1.0.6",
"version": "1.0.7",
"authors": [
"Ilya Pukhalski <[email protected]>",
"Eugene Zhlobo <[email protected]>",
"Mikhail Larchanka <[email protected]>"
],
"description": "Library to handle various user interactions (click, touch, pointer) with a single event 'tap'",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tapjs",
"version": "1.0.6",
"version": "1.0.7",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "^0.4.0",
Expand Down

0 comments on commit a44f72d

Please sign in to comment.