Skip to content

Commit

Permalink
WebSockets 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei committed Dec 10, 2022
1 parent 85b41d4 commit 3ab85ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "WebIO"
uuid = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
license = "MIT"
version = "0.8.19"
version = "0.8.20"

[deps]
AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893"
Expand All @@ -26,7 +26,7 @@ JSExpr = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
Observables = "0.5"
Requires = "0.4.4, 0.5, 1.0.0"
WebSockets = "1.5.0"
WebSockets = "1.5.0, 1.6.0"
Widgets = "0.6.2"
julia = "1.6"

Expand Down

2 comments on commit 3ab85ef

@pfitzseb
Copy link
Member

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

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.8.20 -m "<description of version>" 3ab85efcb9f2b3e8d1b6a9663ff585bdb27852aa
git push origin v0.8.20

Please sign in to comment.