Skip to content

Commit 4a3e3b7

Browse files
committed
Release v2.4.0
1 parent 223848d commit 4a3e3b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Internal.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ return function(Iris: Types.Iris): Types.Internal
1616
---------------------------------
1717
]]
1818

19-
Internal._version = [[ 2.3.1 ]]
19+
Internal._version = [[ 2.4.1 ]]
2020

2121
Internal._started = false -- has Iris.connect been called yet
2222
Internal._shutdown = false

wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sirmallard/iris"
33
description = "Iris is an Immediate-Mode GUI Library for Roblox, based on Dear ImGui, designed for creating debug, visualisation and content-creation tool UI."
4-
version = "2.3.1"
4+
version = "2.4.0"
55

66
license = "MIT"
77
authors = ["Michael-48", "SirMallard"]

0 commit comments

Comments
 (0)