Skip to content

Commit

Permalink
increased ankimorphs version
Browse files Browse the repository at this point in the history
  • Loading branch information
mortii committed Nov 9, 2023
1 parent adefee1 commit f2c67eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ankimorphs/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, parent: Optional[QMainWindow] = None) -> None:
self.ui.tabWidget.currentChanged.connect(self.tab_change)

# Semantic Versioning https://semver.org/
self.ui.ankimorphs_version_label.setText("AnkiMorphs version: 0.3.0-alpha")
self.ui.ankimorphs_version_label.setText("AnkiMorphs version: 0.3.1-alpha")

def _setup_note_filters_table(
self, config_filters: list[AnkiMorphsConfigFilter]
Expand Down

0 comments on commit f2c67eb

Please sign in to comment.