From 141a22cd9ccc5047c66c3fc57fd0597f042a19ee Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 26 Feb 2026 10:16:46 -0500 Subject: [PATCH] v0.10.2 release --- FlexLove.lua | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlexLove.lua b/FlexLove.lua index 4a5c80d..1424396 100644 --- a/FlexLove.lua +++ b/FlexLove.lua @@ -63,7 +63,7 @@ local enums = utils.enums ---@class FlexLove local flexlove = Context -flexlove._VERSION = "0.10.1" +flexlove._VERSION = "0.10.2" 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 0b71228..0048520 100644 --- a/docs/index.html +++ b/docs/index.html @@ -285,7 +285,7 @@ cp FlexLove/FlexLove.lua your-project/