Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Aug 13, 2024
1 parent b5c09e3 commit c632d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return function(Iris: Types.Iris): Types.Internal
---------------------------------
]]

Internal._version = [[ 2.3.0 ]]
Internal._version = [[ 2.3.1 ]]

Internal._started = false -- has Iris.connect been called yet
Internal._shutdown = false
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "michael-48/iris"
description = "Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui."
version = "2.3.0"
version = "2.3.1"

license = "MIT"
authors = ["Michael-48", "SirMallard"]
Expand Down

0 comments on commit c632d8f

Please sign in to comment.