Skip to content

Commit

Permalink
bump version (#1785)
Browse files Browse the repository at this point in the history
* feat(core): send type in the logs socket

* bump version
  • Loading branch information
davidvitora authored Nov 3, 2023
1 parent 1168ac1 commit 31728fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botpress",
"version": "12.31.1",
"version": "12.31.2",
"description": "The world's most powerful conversational engine",
"main": "index.js",
"bin": "index.js",
Expand Down Expand Up @@ -34,4 +34,4 @@
"./nlu/engine/assets/stop-words/**"
]
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bp_main",
"version": "12.31.1",
"version": "12.31.2",
"description": "The world's most powerful conversational engine",
"engines": {
"node": "^12"
Expand All @@ -14,7 +14,7 @@
"version": "1.0.2"
},
"studio": {
"version": "0.0.67"
"version": "0.0.68"
},
"messaging": {
"version": "1.2.11"
Expand Down Expand Up @@ -159,4 +159,4 @@
"build/downloader",
"build/module-builder"
]
}
}
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.22.2",
"version": "12.31.2",
"description": "The world's most powerful conversational engine",
"engines": {
"node": "^12"
Expand Down

0 comments on commit 31728fb

Please sign in to comment.