Skip to content

Commit 8e9b10d

Browse files
committed
chore: bump version to v0.0.13
1 parent 6fb9c17 commit 8e9b10d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![Convex](https://img.shields.io/badge/backend-Convex-EE342F)
99
![Better%20Auth](https://img.shields.io/badge/auth-Better%20Auth-2563eb)
1010
![Status](https://img.shields.io/badge/status-active%20development-f59e0b)
11-
![Version](https://img.shields.io/badge/version-0.0.12-22c55e)
11+
![Version](https://img.shields.io/badge/version-0.0.13-22c55e)
1212

1313
CHUI is a user-facing chat interface built with OpenTUI.
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chui",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"module": "src/index.tsx",
55
"type": "module",
66
"private": true,

src/app/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = "0.0.12";
1+
export const APP_VERSION = "0.0.13";

0 commit comments

Comments
 (0)