From 7451d13b725029dffe81334156b6a28a770b9977 Mon Sep 17 00:00:00 2001 From: MatthewWertman Date: Fri, 22 Nov 2024 11:13:07 -0800 Subject: [PATCH] bump version --- setup/setup.iss | 2 +- src/util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup.iss b/setup/setup.iss index 8481c4e..9216efe 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -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" diff --git a/src/util.py b/src/util.py index 0055cf1..3bc2979 100644 --- a/src/util.py +++ b/src/util.py @@ -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",