Skip to content

Commit

Permalink
Merge pull request #138 from rdeits/tk/dep-version-bounds
Browse files Browse the repository at this point in the history
Tighten dep version bounds
  • Loading branch information
tkoolen committed Dec 31, 2019
2 parents 89ecad2 + 6a0c642 commit 5d2c26f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,21 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"

[compat]
AssetRegistry = "0.1"
BinDeps = "1"
Blink = "0.12"
Cassette = "0.2.5"
Colors = "0.9, 0.10, 0.11"
CoordinateTransformations = "0.5"
DocStringExtensions = "0.5, 0.6, 0.7, 0.8"
FFMPEG = "0.2"
GeometryTypes = "0.6, 0.7"
JSExpr = "0.3, 0.5"
MsgPack = "1"
Mux = "0.7"
Parameters = "0.10, 0.11, 0.12"
Requires = "0.5, 1"
Rotations = "0.8, 0.9, 0.10, 0.11, 0.13"
StaticArrays = "0.10, 0.11, 0.12"
WebIO = "0.8.11"
julia = "0.7, 1"

Expand Down

2 comments on commit 5d2c26f

@rdeits
Copy link
Owner

@rdeits rdeits commented on 5d2c26f Jan 8, 2020

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 created: JuliaRegistries/General/7626

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.9.0 -m "<description of version>" 5d2c26fced7678f69f20806cd21100da4751b646
git push origin v0.9.0

Please sign in to comment.