Skip to content

Commit c632d8f

Browse files
committed
Release v2.3.0
1 parent b5c09e3 commit c632d8f

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.0 ]]
19+
Internal._version = [[ 2.3.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 = "michael-48/iris"
33
description = "Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui."
4-
version = "2.3.0"
4+
version = "2.3.1"
55

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

0 commit comments

Comments
 (0)