We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ba96b commit a01c3c8Copy full SHA for a01c3c8
2 files changed
setup/setup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "BitCapIPR"
5
-#define MyAppVersion "1.2.3"
+#define MyAppVersion "1.2.4"
6
#define MyAppPublisher "Bit Capital Group LLC"
7
#define MyAppURL "https://www.bitcap.co"
8
#define MyAppExeName "BitCapIPR.exe"
@@ -59,4 +59,4 @@ begin
59
end;
60
61
[UninstallDelete]
62
-Type: filesandordirs; Name: {%LOCALAPPDATA}\BitCap
+Type: filesandordirs; Name: {%LOCALAPPDATA}\BitCap
src/utils.py
@@ -9,7 +9,7 @@
9
APP_INFO = {
10
"name": "BitCap IPReporter",
11
"appname": "BitCapIPR",
12
- "appversion": "1.2.3",
+ "appversion": "1.2.4",
13
"qt": QT_VERSION,
14
"python": ".".join(map(str, sys.version_info[:3])),
15
"appauthor": "BitCap",
0 commit comments