Skip to content

Commit

Permalink
2.8.11(重新上传)
Browse files Browse the repository at this point in the history
  • Loading branch information
LTCatt committed Dec 8, 2024
1 parent f678dfe commit 6ed0c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plain Craft Launcher 2/FormMain.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Public Class FormMain
'3:BUG+ IMP* FEAT-
'2:BUG* IMP-
'1:BUG-
If LastVersion < 344 Then 'Snapshot 2.8.11
If LastVersion < 345 Then 'Snapshot 2.8.11
FeatureList.Add(New KeyValuePair(Of Integer, String)(4, "Mod 管理页面添加下载 Mod、安装 Mod 选项"))
FeatureList.Add(New KeyValuePair(Of Integer, String)(4, "Mod 详情页面支持按加载器、游戏版本进行分类和筛选"))
FeatureCount += 23
Expand Down
2 changes: 1 addition & 1 deletion Plain Craft Launcher 2/Modules/Base/ModBase.vb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Public Module ModBase
#If BETA Then
Public Const VersionCode As Integer = 342 'Release
#Else
Public Const VersionCode As Integer = 344 'Snapshot
Public Const VersionCode As Integer = 345 'Snapshot
#End If
'自动生成的版本信息
Public Const VersionDisplayName As String = VersionBranchName & " " & VersionBaseName
Expand Down

0 comments on commit 6ed0c6e

Please sign in to comment.