Skip to content

Commit d3c23e9

Browse files
committed
Update 3.0.14
1 parent 71a540e commit d3c23e9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
- v3.0.13
1+
- v3.0.14
22
+ 修复了研究站工作不正常的问题
3+
+ 修复了科技`护盾载波调制`的效果在游戏版本V0.10.31无法生效的问题
34

45
+ Fixed issue that research lab work improperly
6+
+ Fixed an issue where the effect of the technology `Shield Carrier Modulation` did not work in game version V0.10.31
57

68

79
<details>
810
<summary>点击展开日志 | Click to view all </summary>
911

1012

13+
- v3.0.13
14+
+ 修复了研究站工作不正常的问题
15+
16+
+ Fixed issue that research lab work improperly
17+
18+
1119
- v3.0.12
1220
+ 粗略适配版本V0.10.31.24646
1321

src/ProjectGenesis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class ProjectGenesis : BaseUnityPlugin, IModCanSave, IMultiplayerMod
5454
{
5555
public const string MODGUID = "org.LoShin.GenesisBook";
5656
public const string MODNAME = "GenesisBook";
57-
public const string VERSION = "3.0.13";
57+
public const string VERSION = "3.0.14";
5858
public const string DEBUGVERSION = "";
5959

6060
public static bool LoadCompleted;

0 commit comments

Comments
 (0)