[lua] Update scripting API version to 29

This should have been changed for v1.3.9.
This commit is contained in:
David Capello 2024-10-06 20:41:08 -03:00
parent ff520c14d2
commit 384813421c

View File

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