Skip to content

Commit

Permalink
Project.toml: add ImageMagick_jll version
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 6, 2019
1 parent cc8b0c4 commit e41a652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ColorTypes = "0.8"
FileIO = "1"
FixedPointNumbers = "0.6.1"
ImageCore = "0.8"
ImageMagick_jll = "6.9.10"
julia = "1.3"

[extras]
Expand Down

2 comments on commit e41a652

@timholy
Copy link
Member Author

@timholy timholy commented on e41a652 Dec 6, 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/6334

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.0.0 -m "<description of version>" e41a652937088ecb85cfbff21800a1bd850cc576
git push origin v1.0.0

Please sign in to comment.