Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWertman committed Nov 22, 2024
1 parent 5105d2f commit 7451d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "BitCapIPR"
#define MyAppVersion "1.0.4"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "Bit Capital Group LLC"
#define MyAppURL "https://www.bitcap.co"
#define MyAppExeName "BitCapIPR.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

app_info = {
"name": "BitCap IPReporter",
"version": "1.0.4",
"version": "1.1.0",
"author": "MatthewWertman",
"source": "https://github.com/bitcap-co/bitcap-ipr",
"company": "Bit Capital Group",
Expand Down

0 comments on commit 7451d13

Please sign in to comment.