Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterUwU committed May 2, 2021
1 parent cc61cc4 commit 61ac26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anti-scalp.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion installer-conf.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 "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"
Expand Down

0 comments on commit 61ac26b

Please sign in to comment.