Skip to content

Commit

Permalink
Merge pull request #207 from JunoLab/register-Pkg3-Registry
Browse files Browse the repository at this point in the history
Allow WebIO 0.8.7+, so we're only excluding 0.8.6
  • Loading branch information
NHDaly authored Jul 24, 2019
2 parents b225494 + 2186288 commit 63fcfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"
JSExpr = "0.5"
Lazy = "0.13"
Mux = "0.7"
WebIO = "=0.8.0, =0.8.1, =0.8.2, =0.8.3, =0.8.4, =0.8.5"
WebIO = "=0.8.0, =0.8.1, =0.8.2, =0.8.3, =0.8.4, =0.8.5, 0.8.7"
WebSockets = "1.5"

[extras]
Expand Down

2 comments on commit 63fcfbb

@NHDaly
Copy link
Collaborator Author

@NHDaly NHDaly commented on 63fcfbb Jul 24, 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/2247

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.11.0 -m "<description of version>" 63fcfbbd94829a537ba0d0aa75d70bce3537f846
git push origin v0.11.0

Please sign in to comment.