We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb9c17 commit 8e9b10dCopy full SHA for 8e9b10d
3 files changed
README.md
@@ -8,7 +8,7 @@
8

9

10

11
-
+
12
13
CHUI is a user-facing chat interface built with OpenTUI.
14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chui",
3
- "version": "0.0.12",
+ "version": "0.0.13",
4
"module": "src/index.tsx",
5
"type": "module",
6
"private": true,
src/app/version.ts
@@ -1 +1 @@
-export const APP_VERSION = "0.0.12";
+export const APP_VERSION = "0.0.13";
0 commit comments