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 a291ef8 commit 8d718beCopy full SHA for 8d718be
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.2"
+#define MyAppVersion "1.0.3"
6
#define MyAppPublisher "Bit Capital Group LLC"
7
#define MyAppURL "https://www.bitcap.co"
8
#define MyAppExeName "BitCapIPR.exe"
src/main.py
@@ -38,7 +38,7 @@
38
39
app_info = {
40
"name": "BitCap IPReporter",
41
- "version": "1.0.2",
+ "version": "1.0.3",
42
"author": "MatthewWertman",
43
"source": "https://github.com/bitcap-co/bitcap-ipr",
44
"company": "Bit Capital Group",
0 commit comments