diff --git a/package-lock.json b/package-lock.json index 9462aa4..ca3fa87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-github-api", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d9d451..a223295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-github-api", - "version": "1.1.3", + "version": "1.2.0", "description": "A wrapper for the github api to ease requesting files, directory information from a repository", "main": "index.js", "scripts": {