Skip to content

Commit a01c3c8

Browse files
bump version
1 parent e0ba96b commit a01c3c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "BitCapIPR"
5-
#define MyAppVersion "1.2.3"
5+
#define MyAppVersion "1.2.4"
66
#define MyAppPublisher "Bit Capital Group LLC"
77
#define MyAppURL "https://www.bitcap.co"
88
#define MyAppExeName "BitCapIPR.exe"
@@ -59,4 +59,4 @@ begin
5959
end;
6060
6161
[UninstallDelete]
62-
Type: filesandordirs; Name: {%LOCALAPPDATA}\BitCap
62+
Type: filesandordirs; Name: {%LOCALAPPDATA}\BitCap

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
APP_INFO = {
1010
"name": "BitCap IPReporter",
1111
"appname": "BitCapIPR",
12-
"appversion": "1.2.3",
12+
"appversion": "1.2.4",
1313
"qt": QT_VERSION,
1414
"python": ".".join(map(str, sys.version_info[:3])),
1515
"appauthor": "BitCap",

0 commit comments

Comments
 (0)