From d8348f054432aa87f788f47f33e78b82adc764f7 Mon Sep 17 00:00:00 2001 From: 092vk Date: Tue, 14 Jan 2025 16:57:45 +0530 Subject: Changed version details for 2.4 --- src/browser/UserManual.py | 2 +- src/configuration/Appconfig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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' -- cgit