Skip to content

Commit 283aa76

Browse files
AmintaCCCPopenclaw
andauthored
chore(release): bump version to 0.2.0 (#47)
Co-authored-by: openclaw <openclaw@users.noreply.github.com>
1 parent 02f921a commit 283aa76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-stars-manager",
33
"private": true,
4-
"version": "0.1.9",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/components/SettingsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Focus on practicality and accurate categorization to help users quickly understa
598598
<div className="flex items-center justify-between">
599599
<div>
600600
<p className="text-sm text-gray-600 dark:text-gray-400 mb-1">
601-
{t('当前版本: v0.1.9', 'Current Version: v0.1.9')}
601+
{t('当前版本: v0.2.0', 'Current Version: v0.2.0')}
602602
</p>
603603
<p className="text-xs text-gray-500 dark:text-gray-500">
604604
{t('检查是否有新版本可用', 'Check if a new version is available')}

src/services/updateService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class UpdateService {
1717
private static getCurrentVersion(): string {
1818
// 在实际应用中,这个版本号应该在构建时注入
1919
// 这里暂时硬编码,你可以通过构建脚本或环境变量来动态设置
20-
return '0.1.9';
20+
return '0.2.0';
2121
}
2222

2323
static async checkForUpdates(): Promise<UpdateCheckResult> {

0 commit comments

Comments
 (0)