Update version to 2.0.1 in Header component

Changed the hardcoded version string in the Help modal window of the Header component from 2.0.0 to 2.0.1.

Co-authored-by: denpiligrim <89912505+denpiligrim@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot]
2026-02-04 08:24:27 +00:00
parent bd3771e7fd
commit e5f0410197
+1 -1
View File
@@ -121,7 +121,7 @@ export default function Header() {
</List>
<Typography variant="body2" color="text.secondary" sx={{ mt: 2 }}>
Версия: 2.0.0<br />
Версия: 2.0.1<br />
Разработчик: DenPiligrim
</Typography>
</DialogContent>