diff --git a/.gitignore b/.gitignore index 1b94f2e..7316424 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ index2.html index.html /.idea/* + +npm-debug.log diff --git a/bower.json b/bower.json index d40aba4..cee2a65 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tap", - "version": "1.0.5", + "version": "1.0.6", "authors": [ "Ilya Pukhalski ", "Mikhail Larchanka " diff --git a/package.json b/package.json index 07a91f5..e780bbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapjs", - "version": "1.0.5", + "version": "1.0.6", "devDependencies": { "grunt": "latest", "grunt-contrib-concat": "^0.4.0",