Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmasse committed Jul 6, 2021
1 parent df6c973 commit 1ee25c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.ts",
"license": "MIT",
"bin": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class Launcher {
'========================================\n' +
clc.bold(centerText('Botpress Messaging', 40, 33)) +
'\n' +
clc.blackBright(centerText('Version 0.0.7', 40, 33)) +
clc.blackBright(centerText('Version 0.0.8', 40, 33)) +
'\n' +
centerText('========================================', 40, 33)
)
Expand Down

0 comments on commit 1ee25c8

Please sign in to comment.