Skip to content

Commit

Permalink
Bump internal package version
Browse files Browse the repository at this point in the history
  • Loading branch information
0thElement committed Aug 6, 2024
1 parent 1ba4729 commit 92ba067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Storage/FileImportManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace ArcCreate.Storage
/// </summary>
public partial class FileImportManager : MonoBehaviour
{
private const int InternalPackageVersion = 1;
private const int InternalPackageVersion = 2;

[SerializeField] private StorageData storageData;

Expand Down

0 comments on commit 92ba067

Please sign in to comment.