diff --git a/package-lock.json b/package-lock.json index 13c1475..ab4c9ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hubot-redmine", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hubot-redmine", - "version": "1.0.4", + "version": "1.1.0", "dependencies": { "axios-redmine": "^0.1.35" }, diff --git a/package.json b/package.json index 2ca27d9..676fd4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-redmine", - "version": "1.0.4", + "version": "1.1.0", "author": "rob hurring", "description": "Interact with a Redmine instance.", "repository": {