Skip to content

Commit 056d44f

Browse files
committed
Update 3.0.11
1 parent a3e5ec5 commit 056d44f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- v3.0.11
2+
+ 修复了v3.0.9的上传速度调整导致的研究站工作不正常的问题
3+
4+
+ Fixed issue that research lab work improperly due to upload speed adjustments in v3.0.9
5+
6+
7+
<details>
8+
<summary>点击展开日志 | Click to view all </summary>
9+
10+
111
- v3.0.10
212
+ 调整了星球矿脉分布,增加了出生点的矿物类型和数量(仅对新存档生效)
313
+ 调整了部分物品的位置
@@ -6,9 +16,6 @@
616
+ Adjusted the grid position of some items
717

818

9-
<details>
10-
<summary>点击展开日志 | Click to view all </summary>
11-
1219
- v3.0.9
1320
+ 调整开局赠送`无线输电塔`的科技为`高效电浆控制`
1421
+ 提高了两种研究站的制造速度和上传速度

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.10";
57+
public const string VERSION = "3.0.11";
5858
public const string DEBUGVERSION = "";
5959

6060
public static bool LoadCompleted;

0 commit comments

Comments
 (0)