feat: revert to version

This commit is contained in:
amhsirak
2024-12-20 17:47:28 +05:30
parent 5b3b6d848f
commit 6da2f6a130

View File

@@ -25,7 +25,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
const navigate = useNavigate();
const [anchorEl, setAnchorEl] = useState<null | HTMLElement>(null);
const currentVersion = "0.0.3"
const currentVersion = packageJson.version;
const [open, setOpen] = useState(false);
const [latestVersion, setLatestVersion] = useState<string | null>(null);