diff --git a/functions/api/version.ts b/functions/api/version.ts index 1348f2e..ca4cdde 100644 --- a/functions/api/version.ts +++ b/functions/api/version.ts @@ -24,21 +24,21 @@ interface VersionConfig { // 版本配置 - 直接在这里管理版本信息 const versionConfig: VersionConfig = { ios: { - version: "0.0.2", + version: "0.0.3", forceUpdate: false, updateMessage: "修复了一些问题并优化了性能", updateUrl: "https://apps.apple.com/app/id123456789", minSupportVersion: "0.0.1", }, android: { - version: "0.0.2", + version: "0.0.3", forceUpdate: false, updateMessage: "修复了一些问题并优化了性能", updateUrl: "https://play.google.com/store/apps/details?id=riwa.ionic.app", minSupportVersion: "0.0.1", }, browser: { - version: "0.0.2", + version: "0.0.3", forceUpdate: false, updateMessage: "修复了一些问题并优化了性能", updateUrl: "", diff --git a/package.json b/package.json index 9d351dd..941cecb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "riwa-ionic", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "description": "An Ionic project", "scripts": {