Skip to content

Commit 18611bc

Browse files
committed
build: v1.0.5
- 将应用版本号从 1.0.4 修改为 1.0.5 - 更新构建配置中的版本信息 - 修改 iOS 项目中的版本号
1 parent bc489b2 commit 18611bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composeApp/src/commonMain/kotlin/core/shared/AppConst.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package io.github.vrcmteam.vrcm.core.shared
33
object AppConst {
44
const val APP_NAME = "VRCM"
55

6-
const val APP_VERSION = "1.0.4"
6+
const val APP_VERSION = "1.0.5"
77

88
const val APP_GITHUB_URL = "https://github.com/vrcm-team/VRCM"
99

0 commit comments

Comments
 (0)