Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from JuliaImGui/v0.2
Browse files Browse the repository at this point in the history
Bump version to 0.2
  • Loading branch information
JamesWrigley authored Sep 7, 2023
2 parents 7d3aa66 + c353b3a commit 13d5879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "ImGuiGLFWBackend"
uuid = "623d79b3-9695-4e60-bd7e-2a5aabaa6933"
authors = ["Yupei Qi <qiyupei@gmail.com>"]
version = "0.1.3"
version = "0.2"

[deps]
GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
LibCImGui = "~1.82.0"
LibCImGui = "~1.89.5"
GLFW_jll = "3.3"
julia = "1.6"

Expand Down

2 comments on commit 13d5879

@JamesWrigley
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/90966

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 13d58797597fec3744ef9f787098db01090c1038
git push origin v0.2.0

Please sign in to comment.