Skip to content

Commit

Permalink
Add lower bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Nov 13, 2019
1 parent fc071cd commit 784d9b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"

[compat]
julia = "1.0"
CSSUtil = "0.1.0"
Colors = "0.9.6"
FileIO = "1.0.7"
ImageMagick = "0.7.5"
Images = "0.18.0"
Interact = "0.10.2"
JSExpr = "0.5.0"
WebIO = "0.8.11"
Widgets = "0.6.2"
julia = "1.0"

2 comments on commit 784d9b2

@twavv
Copy link
Member Author

@twavv twavv commented on 784d9b2 Nov 13, 2019

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

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.1.0 -m "<description of version>" 784d9b249d638f020913619874b5712c5dc548c0
git push origin v0.1.0

Please sign in to comment.