Skip to content

Commit e380c42

Browse files
author
FluffyFishGames
committed
Updated for 2.0.2
1 parent c4a4d9e commit e380c42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/Plugins/Savegame/SavegameInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public class SavegameInfo
3131
new Header(0x7E001, 0x7E001, 2, 0, 2, 20, "1.11.0", 10),
3232
new Header(0x7E001, 0x7E001, 2, 0, 2, 21, "1.11.1", 10),
3333
new Header(0x80009, 0x80085, 2, 0, 2, 22, "2.0.0", 11),
34-
new Header(0x80009, 0x80085, 2, 0, 2, 23, "2.0.1", 11)
34+
new Header(0x80009, 0x80085, 2, 0, 2, 23, "2.0.1", 11),
35+
new Header(0x80009, 0x80085, 2, 0, 2, 24, "2.0.2", 11)
3536
};
3637

3738
private static List<Info> Infos = new List<Info>()

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PlayerSettings:
130130
16:10: 0
131131
16:9: 1
132132
Others: 0
133-
bundleVersion: 0.9.5p11
133+
bundleVersion: 0.9.5p12
134134
preloadedAssets: []
135135
metroInputSource: 0
136136
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)