diff --git a/bower.json b/bower.json index cee2a65..b3be164 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,9 @@ { "name": "tap", - "version": "1.0.6", + "version": "1.0.7", "authors": [ "Ilya Pukhalski ", + "Eugene Zhlobo ", "Mikhail Larchanka " ], "description": "Library to handle various user interactions (click, touch, pointer) with a single event 'tap'", diff --git a/package.json b/package.json index 29eec94..2417f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapjs", - "version": "1.0.6", + "version": "1.0.7", "devDependencies": { "grunt": "latest", "grunt-contrib-concat": "^0.4.0",