diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx index b8a53a9..0ed6025 100644 --- a/src/pages/Settings/index.tsx +++ b/src/pages/Settings/index.tsx @@ -1,5 +1,4 @@ import React from 'react'; - import { useDispatch, useSelector } from 'react-redux'; import { IonButtons, @@ -22,6 +21,7 @@ import { } from '@ionic/react'; import './index.css'; import { useTranslation } from 'react-i18next'; +import { version } from '../../../package.json'; import { I18N_LANGUAGES_SUPPORTED } from '../../i18n'; import { colorPaletteOutline, languageOutline } from 'ionicons/icons'; import { THEMES } from '../../utils/theme'; @@ -113,7 +113,7 @@ export const SettingsPage: React.FC = () => { {t('SETTINGS.GENERAL.ITEMS.VERSION.LABEL')} - 0.0.1 + {version} {t('SETTINGS.GENERAL.ITEMS.COPYRIGHT.LABEL')}