[lua] Update scripting API version to 32

This commit is contained in:
David Capello 2025-02-26 09:38:14 -03:00
parent e4b3981ca6
commit f7f93c64f2
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 31
#define API_VERSION 32
#endif