Update current version to v0.1.6

This commit is contained in:
tamina
2025-10-27 09:55:24 +08:00
committed by GitHub
parent b0982f8358
commit 627667750a

View File

@@ -373,7 +373,7 @@ Focus on practicality and accurate categorization to help users quickly understa
<div className="flex items-center justify-between">
<div>
<p className="text-sm text-gray-600 dark:text-gray-400 mb-1">
{t('当前版本: v0.1.4', 'Current Version: v0.1.4')}
{t('当前版本: v0.1.6', 'Current Version: v0.1.6')}
</p>
<p className="text-xs text-gray-500 dark:text-gray-500">
{t('检查是否有新版本可用', 'Check if a new version is available')}
@@ -928,4 +928,4 @@ Focus on practicality and accurate categorization to help users quickly understa
</div>
</div>
);
};
};