Skip to content

Commit 8d718be

Browse files
bump version
1 parent a291ef8 commit 8d718be

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.2"
5+
#define MyAppVersion "1.0.3"
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
@@ -38,7 +38,7 @@
3838

3939
app_info = {
4040
"name": "BitCap IPReporter",
41-
"version": "1.0.2",
41+
"version": "1.0.3",
4242
"author": "MatthewWertman",
4343
"source": "https://github.com/bitcap-co/bitcap-ipr",
4444
"company": "Bit Capital Group",

0 commit comments

Comments
 (0)