diff --git a/build/package.json b/build/package.json index 47fdcfc8d9..83aa7d1395 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "botpress", - "version": "12.30.10", + "version": "12.30.11", "description": "The world's most powerful conversational engine", "main": "index.js", "bin": "index.js", diff --git a/package.json b/package.json index a7a07535b9..a4e1f9c713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bp_main", - "version": "12.30.10", + "version": "12.30.11", "description": "The world's most powerful conversational engine", "engines": { "node": "^12" @@ -17,7 +17,7 @@ "version": "0.0.67" }, "messaging": { - "version": "1.2.10" + "version": "1.2.11" }, "scripts": { "postinstall": "yarn cmd postinstall",