Fixed versioning

This commit is contained in:
Frikky
2025-08-28 21:46:51 +02:00
parent a88c66a832
commit b25da483a7
+3 -1
View File
@@ -681,7 +681,9 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
<Divider style={{ marginBottom: 10, }} />
<Typography color="textSecondary" align="center" style={{ marginTop: 5, marginBottom: 5, fontSize: 18 }}>
Version: 2.1.0-rc2
Version: <a href="https://github.com/Shuffle/Shuffle/releases" style={{ color: theme.palette.text.primary, textDecoration: "underline" }} target="_blank" rel="noreferrer">
2.1.0
</a>
</Typography>
</Menu>
</span>