[lua] Update scripting API version to 30

This commit is contained in:
David Capello 2024-11-19 13:15:27 -03:00
parent 4d7b28bfb6
commit 21565a9349

View File

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