Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlutoStaticHTML"
uuid = "359b1769-a58e-495b-9770-312e911026ad"
authors = ["Rik Huijzer <github@huijzer.xyz>"]
version = "7.0.11"
version = "8.0.0"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping major version just to be sure to not break downstream packages


[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -26,7 +26,7 @@ LazyArtifacts = "1"
Pkg = "1"
TOML = "1"
SHA = "0.7"
Pluto = "=0.20.27"
Pluto = "=1.0.1"
PrecompileTools = "1"
RelocatableFolders = "0.3, 1"
julia = "1.10"
Expand Down
Loading