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 81d2f91 commit 80f43bdCopy full SHA for 80f43bd
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.1.0"
+#define MyAppVersion "1.2.0"
6
#define MyAppPublisher "Bit Capital Group LLC"
7
#define MyAppURL "https://www.bitcap.co"
8
#define MyAppExeName "BitCapIPR.exe"
src/util.py
@@ -9,7 +9,7 @@
9
APP_INFO = {
10
"name": "BitCap IPReporter",
11
"appname": "BitCapIPR",
12
- "version": "1.1.0",
+ "version": "1.2.0",
13
"appauthor": "BitCap",
14
"author": "MatthewWertman",
15
"source": "https://github.com/bitcap-co/bitcap-ipr",
0 commit comments