[lua] Update scripting API version to 33

This commit is contained in:
David Capello 2025-06-07 12:07:42 -03:00
parent 3f1f131a39
commit 03422e7251
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@
// Increment this value if the scripting API is modified between two
// released Aseprite versions.
#define API_VERSION 32
#define API_VERSION 33
#endif