Skip to content

Commit

Permalink
wrong compat
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Oct 29, 2023
1 parent c325d4d commit 13ce734
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
Expand Up @@ -31,7 +31,7 @@ AbstractPlutoDingetjes = "1"
BaseDirs = "1"
Colors = "0.12"
Dates = "1.9"
Downloads = "1.9"
Downloads = "1.6"
HypertextLiteral = "0.9.4"
InteractiveUtils = "1.9"
LaTeXStrings = "1"
Expand All @@ -40,4 +40,4 @@ Pkg = "1.9"
PlotlyBase = "0.8"
Reexport = "1"
julia = "1.9"
TOML = "1.9"
TOML = "1"

3 comments on commit 13ce734

@disberd
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistator register()

@disberd
Copy link
Member Author

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 updated: JuliaRegistries/General/94375

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.4.2 -m "<description of version>" 13ce734c6105e56b0dd622f9f541ddb4fdb14a66
git push origin v0.4.2

Please sign in to comment.