Skip to content

Commit

Permalink
bump doc Project.toml compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 2, 2023
1 parent 903b44d commit 9032a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ NodesAndModes = "7aca2e03-f7e2-4192-9ec8-f4ca66d597fb"
[compat]
Documenter = "0.25, 0.26, 0.27"
DocumenterTools = "0.1"
NodesAndModes = "0.9"
NodesAndModes = "0.9, 1"

2 comments on commit 9032a17

@jlchan
Copy link
Owner Author

@jlchan jlchan commented on 9032a17 Nov 2, 2023

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

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 v1.0.0 -m "<description of version>" 9032a17f8b8be14f5aab50d00ad4a950917a8217
git push origin v1.0.0

Please sign in to comment.