Skip to content

Commit

Permalink
Update [compat] to include 0.8 and 0.9 of LIveServer. (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Jul 10, 2022
1 parent 0c004cf commit 61d7b9e
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,11 +1,11 @@
name = "FranklinTemplates"
uuid = "3a985190-f512-4703-8d38-2a7944ed5916"
authors = ["Thibaut Lienart <tlienart@me.com>"]
version = "0.8.28"
version = "0.8.29"

[deps]
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"

[compat]
LiveServer = "0.6, 0.7"
LiveServer = "0.6, 0.7, 0.8, 0.9"
julia = "^1.1"

2 comments on commit 61d7b9e

@tlienart
Copy link
Owner

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/65612

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.8.29 -m "<description of version>" 61d7b9e8db78a0add3b832f6bd984a38636ce731
git push origin v0.8.29

Please sign in to comment.