From 14696de9806029b6f50fac92c3aa735fd938337a Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 12 Feb 2024 18:53:15 -0300 Subject: [PATCH] [lua] Update API version --- src/app/script/api_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/script/api_version.h b/src/app/script/api_version.h index bde10d23ea..2f049018a2 100644 --- a/src/app/script/api_version.h +++ b/src/app/script/api_version.h @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2018-2023 Igara Studio S.A. +// Copyright (C) 2018-2024 Igara Studio S.A. // // This program is distributed under the terms of // the End-User License Agreement for Aseprite. @@ -10,6 +10,6 @@ // Increment this value if the scripting API is modified between two // released Aseprite versions. -#define API_VERSION 26 +#define API_VERSION 27 #endif