Skip to content

Commit

Permalink
add bounds to dependencies for auto merge in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDebus committed Jan 7, 2022
1 parent 1d04341 commit e3ef5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ColorTypes = "^0"
ColorTypes = "0.10, 0.11, 0.12"
FileIO = "1"
ImageProjectiveGeometry = "^0"
Meshes = "^0"
ImageProjectiveGeometry = "0.3"
Meshes = "0.19"
julia = "1"

2 comments on commit e3ef5d8

@PaulDebus
Copy link
Owner 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/51870

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

Please sign in to comment.