Skip to content

Commit

Permalink
Bump version to 4.1.5.3 (#49)
Browse files Browse the repository at this point in the history
* Bump version 4.1.5.3

* Rename Dash to Firo
  • Loading branch information
justanwar authored Nov 27, 2023
1 parent 0e3adf9 commit 137e8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electrum_dash/gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def on_expiry(i):
_('This information is seen by the recipient if you send them a signed payment request.'),
'\n\n',
_('For on-chain requests, the address gets reserved until expiration. After that, it might get reused.'), ' ',
_('The Dash address never expires and will always be part of this electrum wallet.'), ' ',
_('The Firo address never expires and will always be part of this electrum wallet.'), ' ',
_('You can reuse a Firo address any number of times but it is not good for your privacy.'),
])
grid.addWidget(HelpLabel(_('Expires after') + ' (?)', msg), 2, 0)
Expand Down
4 changes: 2 additions & 2 deletions electrum_dash/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re


ELECTRUM_VERSION = '4.1.5.2' # version of the client package
APK_VERSION = '4.1.5.2' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.5.3' # version of the client package
APK_VERSION = '4.1.5.3' # read by buildozer.spec

PROTOCOL_VERSION = '1.4.2' # protocol version requested

Expand Down

0 comments on commit 137e8e8

Please sign in to comment.