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 12, 2024
1 parent d70b8fe commit 8f9d9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ return function(Iris: Types.Iris): Types.Internal
---------------------------------
]]

Internal._version = [[ 2.2.1 ]]
Internal._version = [[ 2.3.0 ]]

Internal._started = false -- has Iris.connect been called yet
Internal._shutdown = false
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1"
version = "2.3.0"

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

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

0 comments on commit 8f9d9b2

Please sign in to comment.