From b5b767cc8c31dade0835d820e3530dd1ebdc8837 Mon Sep 17 00:00:00 2001 From: Ilya Pukhalski Date: Tue, 12 May 2015 13:29:29 +0200 Subject: [PATCH] Bumping the version to update READMEs --- .gitignore | 2 ++ bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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",