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 33e106d + f7a5037 commit 0fc5361
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 = "ImGuiOpenGLBackend"
uuid = "9d0819b4-44e7-43a2-ad03-8fb999128168"
authors = ["Yupei Qi <[email protected]>"]
version = "0.1.2"
version = "0.2"

[deps]
LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

[compat]
julia = "1.6"
LibCImGui = "~1.82"
LibCImGui = "~1.89"
ModernGL = "1.1"

[extras]
Expand Down

2 comments on commit 0fc5361

@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/90963

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>" 0fc5361f3a3582a7d0a238fe56f8ecf022b51260
git push origin v0.2.0

Please sign in to comment.