diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index eec6f10..f889a61 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -102,6 +102,9 @@ const MenubarDemo: React.FC<{ > {i18n.t('Set Background Image')} + + v{__APP_VERSION__} + diff --git a/vite.config.ts b/vite.config.ts index f66aa5d..1e311c9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -42,7 +42,7 @@ const config: UserConfigFn = ({ command, mode, ssrBuild }) => { base: mode === 'singlefile' ? './' : '/open-pose-editor/', define: { global: {}, - __APP_VERSION__: JSON.stringify('0.1.4'), + __APP_VERSION__: JSON.stringify('0.1.5'), __APP_BUILD_TIME__: Date.now(), }, build: {