Skip to content

Commit

Permalink
patch release, closes tlienart/Franklin.jl#977
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Sep 19, 2022
1 parent 6c63d67 commit 7fcb109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LiveServer"
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
authors = ["Jonas Asprion <[email protected]", "Thibaut Lienart <[email protected]>"]
version = "1.0.1"
version = "1.0.2"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down
3 changes: 3 additions & 0 deletions src/LiveServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ set_debug(b::Bool) = (DEBUG[] = b;)

reset_ws_interrupt() = (WS_INTERRUPT[] = false)

# issue https://github.com/tlienart/Franklin.jl/issues/977
setverbose = set_verbose

#
# Functions
#
Expand Down

2 comments on commit 7fcb109

@tlienart
Copy link
Collaborator 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/68557

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.2 -m "<description of version>" 7fcb109c96bee5e6b980941df967a4a704e21df8
git push origin v1.0.2

Please sign in to comment.