Skip to content

Commit 31f5f91

Browse files
authored
Merge pull request #383 from map-of-pi/bump-version-no
Self approved; version bump.
2 parents 48a0c90 + b6974be commit 31f5f91

File tree

1 file changed

+1
-1
lines changed
  • src/components/shared/About/Info

1 file changed

+1
-1
lines changed

src/components/shared/About/Info/Info.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloseButton } from '@/components/shared/Forms/Buttons/Buttons';
1313
const InfoModel = (props: any) => {
1414
const t = useTranslations();
1515

16-
const [version, setVersion] = useState('v1.4.0');
16+
const [version, setVersion] = useState('v1.5.6');
1717

1818
return (
1919
<>

0 commit comments

Comments
 (0)