Skip to content

Commit f2b18c0

Browse files
committed
bump version
1 parent 1fdbbe3 commit f2b18c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ list.screen = screen;
2727
let loading = blessed.loading({
2828
tags: true
2929
});
30-
loading.load('{center}Chattt is connecting to the server{/center}');
30+
loading.load(`{center}Chattt is connecting to the server ${URL}{/center}`);
3131
screen.append(loading);
3232

3333
// when socket connects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chattt",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Chattt",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)