From a00734f6486219c0b08a95be934a0d11412b51bb Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 4 Dec 2025 20:34:06 -0500 Subject: [PATCH] v0.4.3 release --- FlexLove.lua | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlexLove.lua b/FlexLove.lua index 0471afa..67ffbf1 100644 --- a/FlexLove.lua +++ b/FlexLove.lua @@ -54,7 +54,7 @@ local enums = utils.enums ---@class FlexLove local flexlove = Context -flexlove._VERSION = "0.4.2" +flexlove._VERSION = "0.4.3" flexlove._DESCRIPTION = "UI Library for LÖVE Framework based on flexbox" flexlove._URL = "https://github.com/mikefreno/FlexLove" flexlove._LICENSE = [[ diff --git a/docs/index.html b/docs/index.html index a64737e..0a64647 100644 --- a/docs/index.html +++ b/docs/index.html @@ -280,7 +280,7 @@ cp FlexLove/FlexLove.lua your-project/