Skip to content

Commit

Permalink
chore: update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahumble committed Apr 22, 2023
1 parent 81946d8 commit d103864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Settings/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const AboutSection: React.FC<AboutSectionProps> = ({}) => {
<a href="https://speechgpt.app" className="inline underline hover:text-indigo-600">
Official Website
</a>
<OpenLinkIcon className="inline ml-1 w-5 h-5 mb-0.5 opacity-0 group-hover:opacity-100" />
<br />
<div className="mt-1">
<GitHubIcon className="inline mr-1.5 w-5 h-5" />
Expand All @@ -67,7 +66,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-600'}>Version: v0.4.1</div>
<div className={'flex space-y-2 text-left ml-0.5 text-gray-600'}>Version: 0.4.2</div>
</SettingGroup>
</div>
);
Expand Down

0 comments on commit d103864

Please sign in to comment.