Skip to content

Commit

Permalink
🦊 Small multi client fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 16, 2020
1 parent 643a197 commit 45f53f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Pluto"
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
license = "MIT"
authors = ["Fons van der Plas <[email protected]>", "MikoÅ‚aj Bochenski <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
3 changes: 3 additions & 0 deletions assets/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ document.addEventListener("DOMContentLoaded", () => {
case "eval":
(new Function(update.message.script))()
break
case "bond_update":
// TODO
break
default:
const custom = window.customPlutoListeners[update.type]
if(custom){
Expand Down

2 comments on commit 45f53f0

@fonsp
Copy link
Owner Author

@fonsp fonsp commented on 45f53f0 Apr 16, 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/13064

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.7.2 -m "<description of version>" 45f53f089d62c620c4e3147de272ed185a526ad1
git push origin v0.7.2

Please sign in to comment.