Skip to content

Commit

Permalink
(upd) improvement via issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
javadr committed Mar 16, 2023
1 parent 52cd912 commit f6a80cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.4.1 -- 2023-03-16
-- Fix issue #5

0.4 -- 2023-03-16
-- Full-Screen input box
-- fix QR error empty string in Persian mode
Expand Down
2 changes: 1 addition & 1 deletion negar_gui/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
import platform

__version__ = "0.4"
__version__ = "0.4.1"

if platform.system() == 'Windows':
LOGO = ":/images/icons/logo_small.png"
Expand Down

0 comments on commit f6a80cd

Please sign in to comment.