Skip to content

Commit

Permalink
Bump CSyntax to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Dec 31, 2019
1 parent ae5b946 commit 074cbab
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,7 +1,7 @@
name = "CImGui"
uuid = "5d785b6c-b76f-510e-a07c-3070796c7e87"
authors = ["Gnimuc <[email protected]>"]
version = "1.74.0"
version = "1.74.1"

[deps]
CImGui_jll = "7dd61d3b-0da5-5c94-bbf9-a0296c6e3925"
Expand All @@ -12,7 +12,7 @@ ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

[compat]
CImGui_jll = "1.74.0"
CSyntax = "0.2.0"
CSyntax = "0.3.0"
GLFW = "3.2.0"
ModernGL = "1.1.0"
julia = "1.3.0"
Expand Down

2 comments on commit 074cbab

@Gnimuc
Copy link
Member Author

@Gnimuc Gnimuc commented on 074cbab Dec 31, 2019

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/7362

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.74.1 -m "<description of version>" 074cbabe0408f5eff15a4d2c6b8ea4edb81abb51
git push origin v1.74.1

Please sign in to comment.