Skip to content

Commit

Permalink
Fix julia compat info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Dec 21, 2019
1 parent c321167 commit e7727f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2"
version = "0.3.4"

[compat]
julia = "1.1, 1.3"
julia = "~1.1.0, ~1.2.0"
BinaryProvider = "^0.5.0"

[deps]
Expand Down

2 comments on commit e7727f5

@Gnimuc
Copy link
Member Author

@Gnimuc Gnimuc commented on e7727f5 Dec 21, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/6981

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 v0.3.4 -m "<description of version>" e7727f54d2d0c0051c0ad198e9f7781657a6aaaa
git push origin v0.3.4

Please sign in to comment.