diff --git a/client/package-lock.json b/client/package-lock.json index c6b29dc..a8e6e74 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "go-discord-bot", - "version": "0.8.0", + "version": "0.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index bafdaa4..ec14e40 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "go-discord-bot", - "version": "0.8.0", + "version": "0.14.0", "description": "Client for go-discord-bot", "scripts": { "build": "NODE_ENV=prod webpack -p --progress --colors",