Skip to content

Commit

Permalink
patch release with compat bump for liveserver 0.7 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart authored Jul 13, 2021
1 parent a0e6fd9 commit 45beb0b
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.18"
version = "0.8.19"

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

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

2 comments on commit 45beb0b

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

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.19 -m "<description of version>" 45beb0bda0e11f163d3652df4e1a0a9d9a94aaf0
git push origin v0.8.19

Please sign in to comment.