Skip to content

Commit 80f43bd

Browse files
bump version
1 parent 81d2f91 commit 80f43bd

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.1.0"
5+
#define MyAppVersion "1.2.0"
66
#define MyAppPublisher "Bit Capital Group LLC"
77
#define MyAppURL "https://www.bitcap.co"
88
#define MyAppExeName "BitCapIPR.exe"

src/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
APP_INFO = {
1010
"name": "BitCap IPReporter",
1111
"appname": "BitCapIPR",
12-
"version": "1.1.0",
12+
"version": "1.2.0",
1313
"appauthor": "BitCap",
1414
"author": "MatthewWertman",
1515
"source": "https://github.com/bitcap-co/bitcap-ipr",

0 commit comments

Comments
 (0)