Skip to content

Commit b57f341

Browse files
bump version
1 parent 346d6bb commit b57f341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/setup.iss

Lines changed: 1 addition & 1 deletion
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.0.3"
5+
#define MyAppVersion "1.0.4"
66
#define MyAppPublisher "Bit Capital Group LLC"
77
#define MyAppURL "https://www.bitcap.co"
88
#define MyAppExeName "BitCapIPR.exe"

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
app_info = {
4242
"name": "BitCap IPReporter",
43-
"version": "1.0.3",
43+
"version": "1.0.4",
4444
"author": "MatthewWertman",
4545
"source": "https://github.com/bitcap-co/bitcap-ipr",
4646
"company": "Bit Capital Group",

0 commit comments

Comments
 (0)