We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c09e3 commit c632d8fCopy full SHA for c632d8f
lib/Internal.lua
@@ -16,7 +16,7 @@ return function(Iris: Types.Iris): Types.Internal
16
---------------------------------
17
]]
18
19
- Internal._version = [[ 2.3.0 ]]
+ Internal._version = [[ 2.3.1 ]]
20
21
Internal._started = false -- has Iris.connect been called yet
22
Internal._shutdown = false
wally.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "michael-48/iris"
3
description = "Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui."
4
-version = "2.3.0"
+version = "2.3.1"
5
6
license = "MIT"
7
authors = ["Michael-48", "SirMallard"]
0 commit comments