Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellobaka committed Dec 6, 2024
1 parent d9149e7 commit 1b3bc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion me.cqp.luohuaming.iKun.Core/Export/CQEventExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private static int Initialize (int authCode)
// 反射获取 AppData 实例
Type appDataType = typeof (AppData);
// 注册一个 CQApi 实例
AppInfo appInfo = new AppInfo ("me.cqp.luohuaming.iKun", 1, 9, "鲲鲲物语", "1.0.23", 1, "落花茗", "养鲲 斗鲲", authCode);
AppInfo appInfo = new AppInfo ("me.cqp.luohuaming.iKun", 1, 9, "鲲鲲物语", "1.0.24", 1, "落花茗", "养鲲 斗鲲", authCode);
appDataType.GetRuntimeProperty ("CQApi").GetSetMethod (true).Invoke (null, new object[] { new CQApi (appInfo) });
AppData.UnityContainer.RegisterInstance<CQApi> ("me.cqp.luohuaming.iKun", AppData.CQApi);
// 向容器注册一个 CQLog 实例
Expand Down
2 changes: 1 addition & 1 deletion me.cqp.luohuaming.iKun.Core/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ret": 1,
"apiver": 9,
"name": "鲲鲲物语",
"version": "1.0.23",
"version": "1.0.24",
"version_id": 1,
"author": "落花茗",
"description": "养鲲 斗鲲",
Expand Down

0 comments on commit 1b3bc53

Please sign in to comment.