Skip to content

Commit

Permalink
fix bad release
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 27, 2023
1 parent 033f7c5 commit 1827586
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "PlutoSliderServer"
uuid = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
authors = ["Fons van der Plas <[email protected]>"]
version = "0.3.24"
version = "0.3.25"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Expand Down
1 change: 1 addition & 0 deletions src/PlutoSliderServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import Pluto:
without_pluto_file_extension
using HTTP
using Sockets
import Pkg
import BetterFileWatching: watch_folder
import AbstractPlutoDingetjes: is_inside_pluto
import TerminalLoggers: TerminalLogger
Expand Down

2 comments on commit 1827586

@fonsp
Copy link
Member Author

@fonsp fonsp commented on 1827586 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.3.25 -m "<description of version>" 1827586ece0d5633baa0aa84183b76826889e6a0
git push origin v0.3.25

Please sign in to comment.