diff --git a/package-lock.json b/package-lock.json index 94b8b9e..b08112e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@totigm/bot-builder", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@totigm/bot-builder", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index feaa849..3334c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@totigm/bot-builder", - "version": "1.0.3", + "version": "1.0.4", "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",