Skip to content

Commit

Permalink
update version and package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 29, 2023
1 parent 8aeea17 commit 9c8a190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
internal static class LDtkImporterConsts
{
public const int PROJECT_VERSION = 25;
public const int LEVEL_VERSION = 9;
public const int PROJECT_VERSION = 26;
public const int LEVEL_VERSION = 10;
public const int TILESET_VERSION = 2;
public const string LDTK_JSON_VERSION = "1.3.0";
public const string EXPORT_APP_VERSION_REQUIRED = "1.0.0.0";
Expand Down
2 changes: 1 addition & 1 deletion Assets/LDtkUnity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cammin.ldtkunity",
"version": "4.0.0",
"version": "4.0.1",
"displayName": "LDtk to Unity",
"description": "A Unity importer system for the Level Designer Toolkit.",
"documentationUrl": "https://cammin.github.io/LDtkToUnity/",
Expand Down

0 comments on commit 9c8a190

Please sign in to comment.