diff --git a/anti-scalp.pyw b/anti-scalp.pyw index 0ec717a..a292208 100644 --- a/anti-scalp.pyw +++ b/anti-scalp.pyw @@ -37,7 +37,7 @@ from PyQt5.QtWidgets import (QApplication, QCheckBox, QFileDialog, QFrame, from selenium import webdriver from tldextract import extract as url_parse -VERSION = "1.3" +VERSION = "1.3.1" logging.basicConfig( level=logging.INFO, diff --git a/installer-conf.iss b/installer-conf.iss index 5c2021a..0c9bc71 100644 --- a/installer-conf.iss +++ b/installer-conf.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Anti-Scalp" -#define MyAppVersion "1.3" +#define MyAppVersion "1.3.1" #define MyAppPublisher "ToasterUwU" #define MyAppURL "https://github.com/ToasterUwU/Anti-Scalp" #define MyAppExeName "anti-scalp.exe"