v0.4.2 release

This commit is contained in:
Michael Freno
2025-12-04 00:19:04 -05:00
parent 3ee4bf1786
commit 0a57fa3ea1
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ local enums = utils.enums
---@class FlexLove
local flexlove = Context
flexlove._VERSION = "0.4.1"
flexlove._VERSION = "0.4.2"
flexlove._DESCRIPTION = "UI Library for LÖVE Framework based on flexbox"
flexlove._URL = "https://github.com/mikefreno/FlexLove"
flexlove._LICENSE = [[

View File

@@ -280,7 +280,7 @@ cp FlexLove/FlexLove.lua your-project/</code></pre>
<div class="footer">
<p>
FlexLöve v0.4.1 | MIT License |
FlexLöve v0.4.2 | MIT License |
<a href="https://github.com/mikefreno/FlexLove" style="color: #58a6ff"
>GitHub Repository</a
>