Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
m-umairx authored Dec 30, 2024
1 parent a403f3e commit 3dbaca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/xrefer/core/action_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def activate(self, ctx: Any) -> bool:
layout.addWidget(title_label)

# Add version
version_label = QtWidgets.QLabel("Version 1.0.1")
version_label = QtWidgets.QLabel("Version 1.0.2")
version_font = version_label.font()
version_font.setPointSize(9)
version_label.setFont(version_font)
Expand Down

0 comments on commit 3dbaca0

Please sign in to comment.