Skip to content

Commit

Permalink
add versioned plutovista instead of head to test notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jun 18, 2021
1 parent ad8112a commit f9a8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plutovista.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ begin
if develop
Pkg.develop("PlutoVista")
else
Pkg.add(name="PlutoVista",url="https://github.com/j-fu/PlutoVista.jl")
Pkg.add("PlutoVista")
end
use=true

Expand Down

2 comments on commit f9a8126

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on f9a8126 Jun 18, 2021

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/39148

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

Please sign in to comment.