Skip to content

Commit fe180c2

Browse files
committed
chore: importer version
1 parent 3d5f2d4 commit fe180c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
internal static class LDtkImporterConsts
44
{
5-
public const int PROJECT_VERSION = 33;
6-
public const int LEVEL_VERSION = 17;
5+
public const int PROJECT_VERSION = 34;
6+
public const int LEVEL_VERSION = 18;
77
public const int TILESET_VERSION = 8;
88
public const int CONFIG_VERSION = 0;
99

0 commit comments

Comments
 (0)