We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346d6bb commit b57f341Copy full SHA for b57f341
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.0.3"
+#define MyAppVersion "1.0.4"
6
#define MyAppPublisher "Bit Capital Group LLC"
7
#define MyAppURL "https://www.bitcap.co"
8
#define MyAppExeName "BitCapIPR.exe"
src/main.py
@@ -40,7 +40,7 @@
40
41
app_info = {
42
"name": "BitCap IPReporter",
43
- "version": "1.0.3",
+ "version": "1.0.4",
44
"author": "MatthewWertman",
45
"source": "https://github.com/bitcap-co/bitcap-ipr",
46
"company": "Bit Capital Group",
0 commit comments