This release should be the most stable one yet. Fixed a few bugs, and implemented Actions support.
release / release (push) Failing after 25s

This commit is contained in:
2024-12-31 04:28:42 -07:00
parent 949eb49885
commit ca9862c6c9
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func main() {
app := cli.NewApp()
app.Name = "go-opds-pse"
app.Usage = "A lightweight OPDS server with PSE support."
app.Version = "1.0.1+dev"
app.Version = "1.0.2"
app.Flags = []cli.Flag{
cmd.StringFlag("manga, m", "manga", "default manga folder"),
}