Skip to content

Commit 8f9d9b2

Browse files
committed
Release v2.3.0
1 parent d70b8fe commit 8f9d9b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Internal.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ return function(Iris: Types.Iris): Types.Internal
1414
---------------------------------
1515
]]
1616

17-
Internal._version = [[ 2.2.1 ]]
17+
Internal._version = [[ 2.3.0 ]]
1818

1919
Internal._started = false -- has Iris.connect been called yet
2020
Internal._shutdown = false

wally.toml

+2-2
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.2.1"
4+
version = "2.3.0"
55

66
license = "MIT"
77
authors = ["Michael-48", "SirMallard"]
@@ -11,4 +11,4 @@ registry = "https://github.com/upliftgames/wally-index"
1111

1212
exclude = ["**"]
1313
include = ["default.project.json", "lib", "lib/**", "LICENSE.txt", "wally.toml"]
14-
private = false
14+
private = false

0 commit comments

Comments
 (0)