From f7f93c64f29172057dc9f49d0203c0c1cdf88a05 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 26 Feb 2025 09:38:14 -0300 Subject: [PATCH] [lua] Update scripting API version to 32 --- 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 c64082cea..9cc926797 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 31 +#define API_VERSION 32 #endif