Skip to content

Commit

Permalink
compat bump FT 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Sep 17, 2022
1 parent 018ee90 commit 7aa5fa1
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 <[email protected]>"]
version = "0.10.77"
version = "0.10.78"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -24,7 +24,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
DocStringExtensions = "0.8"
ExprTools = "0.1"
FranklinTemplates = "0.8.16"
FranklinTemplates = "0.8, 0.9"
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 7aa5fa1

@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/68495

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.78 -m "<description of version>" 7aa5fa1bdceade0436661b8926880ae04c53888a
git push origin v0.10.78

Please sign in to comment.