From 21565a93497a18b6c9406f5c58c709e0ec58c02c Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 19 Nov 2024 13:15:27 -0300 Subject: [PATCH] [lua] Update scripting API version to 30 --- src/app/script/api_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/script/api_version.h b/src/app/script/api_version.h index 2c46870dd..529d86ed9 100644 --- a/src/app/script/api_version.h +++ b/src/app/script/api_version.h @@ -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