[lua] Update API version to 6

This commit is contained in:
David Capello 2019-09-11 19:20:35 -03:00
parent cbd3ee2cd7
commit 845c2071da

View File

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