Skip to content

Commit

Permalink
Version 1.9.1 hotfix (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVG207 authored Nov 11, 2023
2 parents 2af13d1 + 30435e4 commit d179e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion umalauncher/mdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _get_event_titles_default(story_id):
)
row = cursor.fetchone()
if row is None:
return None
return [None]

return [row[0]]

Expand Down
2 changes: 1 addition & 1 deletion umalauncher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import util
import gui

VERSION = "1.9.0"
VERSION = "1.9.1"

def parse_version(version_string: str):
"""Convert version string to tuple."""
Expand Down

0 comments on commit d179e53

Please sign in to comment.