diff --git a/.gitignore b/.gitignore index 1533896..a4d6e03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .* node_modules/ +bower_components/ diff --git a/package.json b/package.json index 322880d..78e07fe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/rianby64/apolog#readme", "name": "apolog", - "version": "0.0.5", + "version": "0.0.5a", "description": "A simple interface to apply features described in Gherkins to any test framework (BDD)", "main": "index.js", "scripts": {