Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Sep 22, 2020
1 parent e613d2e commit b3ca9f8
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 = "PlutoUI"
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
authors = ["Fons van der Plas <[email protected]>"]
version = "0.6.3"
version = "0.6.4"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -13,4 +13,4 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[compat]
julia = "^1"
Suppressor = "^0.2.0"
Suppressor = "^0.2.0"

2 comments on commit b3ca9f8

@fonsp
Copy link
Member Author

@fonsp fonsp commented on b3ca9f8 Sep 22, 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/21766

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

Please sign in to comment.