[lua] Increment API version

This commit is contained in:
David Capello 2021-11-16 09:08:39 -03:00
parent c78af5241b
commit bed6a8d8b1

View File

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