diff --git a/package.json b/package.json index c23bacc..12003eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghcrawler", - "version": "0.1.0", + "version": "0.1.1", "description": "A robust GitHub API crawler that walks a queue of GitHub entities retrieving and storing their contents.", "main": "./lib/crawler.js", "bin": { @@ -32,4 +32,4 @@ "jshintConfig": { "esversion": "es6" } -} \ No newline at end of file +}