We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61e06d commit 652e08fCopy full SHA for 652e08f
Project.toml
@@ -4,7 +4,7 @@ keywords = ["GUI"]
4
license = "MIT"
5
desc = "GUI programming in Julia based on CImGui.jl"
6
authors = ["WooKyoung Noh <wookay.noh@gmail.com>"]
7
-version = "0.2.2-DEV"
+version = "0.2.2"
8
9
[deps]
10
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
@@ -26,4 +26,4 @@ test = ["Test", "Random"]
26
27
[compat]
28
julia = "1"
29
-CImGui = "≥ 1.69.2"
+CImGui = "≥ 1.69.3"
0 commit comments