Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahumble committed Apr 17, 2023
1 parent e81cfd9 commit 9567b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/AboutSection.tsx
Expand Up @@ -51,7 +51,7 @@ const AboutSection: React.FC<AboutSectionProps> = ({}) => {
<SettingDivider />
<SettingTitle text={i18n.t('setting.about.version') as string} />
<SettingGroup>
<div className={'flex space-y-2 text-left ml-0.5 text-gray-700'}>Version: v0.3.0</div>
<div className={'flex space-y-2 text-left ml-0.5 text-gray-700'}>Version: v0.4.0</div>
</SettingGroup>
</div>
);
Expand Down

1 comment on commit 9567b8b

@vercel
Copy link

@vercel vercel bot commented on 9567b8b Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

speechgpt – ./

speechgpt-alpha.vercel.app
speechgpt-git-main-hahahumble.vercel.app
speechgpt-hahahumble.vercel.app

Please sign in to comment.