diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/browser/UserManual.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index 5f12bdc0..4ac78825 100644 --- a/src/browser/UserManual.py +++ b/src/browser/UserManual.py @@ -14,7 +14,7 @@ class UserManual(QtWidgets.QWidget): self.vlayout = QtWidgets.QVBoxLayout() - manual = 'library/browser/User-Manual/eSim_Manual_2.3.pdf' + manual = 'library/browser/User-Manual/eSim_Manual_2.4.pdf' if os.name == 'nt': os.startfile(os.path.realpath(manual)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 4decf0b6..6cf8cc30 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -91,7 +91,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.3' + self._VERSION = '2.4' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |