Skip to content

Commit

Permalink
[skip ci] Bump version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krrutkow authored Jun 24, 2021
1 parent 39abc6f commit 6eb4875
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 = "CBinding"
uuid = "d43a6710-96b8-4a2d-833c-c424785e5374"
authors = ["Keith Rutkowski <[email protected]>"]
version = "1.0.3"
version = "1.0.4"

[deps]
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
Expand All @@ -10,6 +10,6 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"

[compat]
Clang_jll = "^9,^11, 12"
Clang_jll = "^9, ^11, ^12"
Scratch = "^1"
julia = "^1.5"

2 comments on commit 6eb4875

@krrutkow
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/39584

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.0.4 -m "<description of version>" 6eb48750db090645632630af8352ce338122bf56
git push origin v1.0.4

Please sign in to comment.