Skip to content

Commit

Permalink
Bump version and Julia compat version
Browse files Browse the repository at this point in the history
JLL packages were introduced in Julia-1.3.
  • Loading branch information
Gnimuc committed Oct 4, 2020
1 parent c7a4e77 commit 7798181
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,6 +1,6 @@
name = "VulkanCore"
uuid = "16167f82-ea26-5cba-b1de-ed6fd5e30a11"
version = "1.2.0"
version = "1.2.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -9,7 +9,7 @@ Vulkan_Headers_jll = "8d446b21-f3ad-5576-a034-752265b9b6f9"

[compat]
CEnum = "0.4.0"
julia = "1"
julia = "1.3"

[extras]
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
Expand Down

2 comments on commit 7798181

@Gnimuc
Copy link
Member Author

@Gnimuc Gnimuc commented on 7798181 Oct 4, 2020

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

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 v1.2.1 -m "<description of version>" 7798181213a705b63b883415e11d18859ce48ff4
git push origin v1.2.1

Please sign in to comment.