diff --git a/package-lock.json b/package-lock.json index 64cd56e..1af3dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@totigm/bot-builder", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@totigm/bot-builder", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index e2ee261..1b6b41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@totigm/bot-builder", - "version": "1.2.0", + "version": "1.2.1", "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",