Skip to content

Commit

Permalink
updating franklintemplates compat to avoid #1053
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Sep 13, 2023
1 parent e1d4ad9 commit 5b82e05
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 = "Franklin"
uuid = "713c75ef-9fc9-4b05-94a9-213340da978e"
authors = ["Thibaut Lienart <tlienart@me.com>"]
version = "0.10.92"
version = "0.10.93"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -24,7 +24,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
DocStringExtensions = "0.8, 0.9"
ExprTools = "0.1"
FranklinTemplates = "0.8, 0.9, 0.10"
FranklinTemplates = "0.10"
HTTP = "0.8, 0.9, 1.0"
Literate = "2.9"
LiveServer = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0"
Expand Down

2 comments on commit 5b82e05

@tlienart
Copy link
Owner Author

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 created: JuliaRegistries/General/91328

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.10.93 -m "<description of version>" 5b82e05d1aaf7f54957aeeaa04a2683326205daf
git push origin v0.10.93

Please sign in to comment.