From 2789e41d4892ab2f994cae419a9414b7175a0c3f Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 31 Aug 2022 09:36:27 -0300 Subject: [PATCH] [lua] New API version 20 --- 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 c5269d02f..ee813acec 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 19 +#define API_VERSION 20 #endif