Skip to content

Commit

Permalink
Add Observables to Project.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Nov 13, 2019
1 parent 784d9b2 commit ca22990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"

Expand All @@ -23,6 +24,7 @@ ImageMagick = "0.7.5"
Images = "0.18.0"
Interact = "0.10.2"
JSExpr = "0.5.0"
Observables = "0.2.3"
WebIO = "0.8.11"
Widgets = "0.6.2"
julia = "1.0"

2 comments on commit ca22990

@twavv
Copy link
Member Author

@twavv twavv commented on ca22990 Nov 13, 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/5384

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

Please sign in to comment.