Skip to content

Commit

Permalink
fix julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton authored Feb 12, 2020
1 parent 2939485 commit 59a0cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ version = "1.1.2"

[deps]

[compat]
julia = "1"

[extras]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
Expand Down

2 comments on commit 59a0cfc

@MaximeBouton
Copy link
Collaborator 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 updated: JuliaRegistries/General/9293

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.1.2 -m "<description of version>" 59a0cfc0da04f887623ffcd0be71dec2b2d714a2
git push origin v1.1.2

Please sign in to comment.