Skip to content

Commit

Permalink
Merge pull request #43 from JuliaGizmos/sp/observables-0.4
Browse files Browse the repository at this point in the history
compat with observables 0.4
  • Loading branch information
pfitzseb authored May 12, 2021
2 parents c178f8e + 8cf714d commit 921a33b
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 = "JSExpr"
uuid = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
license = "MIT"
version = "0.5.2"
version = "0.5.3"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -12,7 +12,7 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
[compat]
JSON = "0.18, 0.19, 0.20, 0.21"
MacroTools = "0.4, 0.5"
Observables = "0.2.2,0.3"
Observables = "0.2.2, 0.3, 0.4"
WebIO = "0.8.5"
julia = "0.7, 1"

Expand Down

2 comments on commit 921a33b

@pfitzseb
Copy link
Member 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 created: JuliaRegistries/General/36574

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.5.3 -m "<description of version>" 921a33b3e71e2ca9db9fd91b451d5763a81b5643
git push origin v0.5.3

Please sign in to comment.