From 61ac26b4a98aaeae47d8f312e0545b726b96779b Mon Sep 17 00:00:00 2001 From: ToasterUwU Date: Sun, 2 May 2021 02:23:53 +0200 Subject: [PATCH] 1.3.1 --- anti-scalp.pyw | 2 +- installer-conf.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"