diff --git a/package-lock.json b/package-lock.json index ccd2ed9d..ae00536c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "14.0.1", + "version": "14.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8f68f63..94537871 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitlab", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", - "version": "14.0.1", + "version": "14.0.0", "author": { "name": "Justin Dalrymple", "email": "justin.s.dalrymple@gmail.com"