sync version

This commit is contained in:
Julian Freeman
2026-02-22 17:28:55 -04:00
parent fa278a6a8b
commit 2539fa44ec
3 changed files with 39 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ import {
} from 'lucide-vue-next';
import { fetch } from '@tauri-apps/plugin-http';
import { useSettingsStore, LANGUAGES, DEFAULT_TEMPLATE } from './stores/settings';
import pkg from '../package.json';
import { clsx, type ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
@@ -449,7 +450,7 @@ const translate = async () => {
{{ settings.ollamaApiAddress }}
</div>
<div class="text-[10px] text-slate-400">
GemmaTrans v0.1.0
GemmaTrans v{{ pkg.version }}
</div>
</footer>
</div>