We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252fd05 commit 17c976dCopy full SHA for 17c976d
src/renderer/App.jsx
@@ -15,7 +15,7 @@ import 'react-toastify/dist/ReactToastify.css';
15
import ClipEditor from './routes/ClipEditor';
16
import SimpleEditor from './routes/SimpleEditor';
17
18
-const VERSION = "v1.2.0 Preview";
+const VERSION = "v1.2.2-beta";
19
20
let App = (props) => {
21
const navigate = useNavigate();
0 commit comments