diff --git a/package-lock.json b/package-lock.json index cfc8f9d..64cd56e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@totigm/bot-builder", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@totigm/bot-builder", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index e66dae6..e2ee261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@totigm/bot-builder", - "version": "1.1.1", + "version": "1.2.0", "description": "This is a library to create bots for different platforms. It handles all the commands stuff behind the scenes, so you can focus on your bot's logic.", "main": "dist/index.js", "bin": "dist/index.js",