Skip to content

Commit

Permalink
bump version and messaging (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvitora authored Apr 12, 2024
1 parent dde60c1 commit 412a4da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botpress",
"version": "12.31.5",
"version": "12.31.6",
"description": "The world's most powerful conversational engine",
"main": "index.js",
"bin": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bp_main",
"version": "12.31.5",
"version": "12.31.6",
"description": "The world's most powerful conversational engine",
"engines": {
"node": "^12"
Expand All @@ -17,7 +17,7 @@
"version": "0.0.68"
},
"messaging": {
"version": "1.2.15"
"version": "1.2.16"
},
"scripts": {
"postinstall": "yarn cmd postinstall",
Expand Down
2 changes: 1 addition & 1 deletion packages/bp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botpress",
"version": "12.31.5",
"version": "12.31.6",
"description": "The world's most powerful conversational engine",
"engines": {
"node": "^12"
Expand Down

0 comments on commit 412a4da

Please sign in to comment.