Skip to content

Commit

Permalink
Support Pluto 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Feb 5, 2022
1 parent 84fdec8 commit fe40c71
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 = "PlutoSliderServer"
uuid = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
authors = ["Fons van der Plas <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -28,7 +28,7 @@ FromFile = "0.1"
Git = "1"
GitHubActions = "0.1"
HTTP = "^0.9.3"
Pluto = "0.15, 0.16, 0.17"
Pluto = "0.15, 0.16, 0.17, 0.18"
TerminalLoggers = "0.1"
julia = "1.6"

Expand Down

2 comments on commit fe40c71

@fonsp
Copy link
Member Author

@fonsp fonsp commented on fe40c71 Feb 5, 2022

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

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

Please sign in to comment.