Skip to content

Commit b2434e7

Browse files
committed
0
1 parent 9215c43 commit b2434e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

all-model-chat/components/settings/AboutSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface AboutSectionProps {
99

1010
export const AboutSection: React.FC<AboutSectionProps> = ({ t }) => {
1111
const iconSize = getResponsiveValue(14, 16);
12-
const version = "1.3.0";
12+
const version = "1.3.1";
1313

1414
return (
1515
<div className="space-y-3 p-3 sm:p-4 rounded-lg bg-[var(--theme-bg-secondary)] text-center">

0 commit comments

Comments
 (0)