Skip to content

Commit 652e08f

Browse files
committed
compat CImGui = "≥ 1.69.3"
1 parent c61e06d commit 652e08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["GUI"]
44
license = "MIT"
55
desc = "GUI programming in Julia based on CImGui.jl"
66
authors = ["WooKyoung Noh <wookay.noh@gmail.com>"]
7-
version = "0.2.2-DEV"
7+
version = "0.2.2"
88

99
[deps]
1010
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
@@ -26,4 +26,4 @@ test = ["Test", "Random"]
2626

2727
[compat]
2828
julia = "1"
29-
CImGui = "≥ 1.69.2"
29+
CImGui = "≥ 1.69.3"

0 commit comments

Comments
 (0)