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