Skip to content

Commit

Permalink
fix: version 1.0.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
seocylucky committed Sep 1, 2024
1 parent e88bd34 commit 096548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawer/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Footer = () => {
return (
<StyledFooter>
<StyledFooterLogo>SOOMSIL DRAWERS</StyledFooterLogo>
<StyledFooterText>Version n.n.n</StyledFooterText>
<StyledFooterText>Version 1.0.0</StyledFooterText>
</StyledFooter>
);
};

0 comments on commit 096548a

Please sign in to comment.