Skip to content

Commit

Permalink
Fix: Use correct update URL and bump version to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Nov 30, 2024
1 parent 5774de0 commit 308bf27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bookworm/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
description = "The Universally accessible document reader"
author = "Blind Pandas"
author_email = "[email protected]"
version = "2024.1"
version_ex = "2024.1.0.11"
version = "2024.2"
version_ex = "2024.2.0.12"
url = "https://github.com/blindpandas/bookworm"
website = "https://github.com/blindpandas/bookworm"
update_url = "https://github.com/blindpandas/bookworm/blob/main/update_info.json"
update_url = "https://raw.githubusercontent.com/blindpandas/bookworm/main/update_info.json"
copyright = f"Copyright (c) 2024 {author} and {display_name} contributors."
exit_code = 0
is_frozen = getattr(sys, "frozen", False) and hasattr(sys, "_MEIPASS")
Expand Down

0 comments on commit 308bf27

Please sign in to comment.