Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenLifeHandsYouLemons committed Mar 3, 2024
1 parent 4442cbc commit ed533e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Encryptext.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ root.iconbitmap(getTrueFilename("app_icon.ico"))
"""
Variables
"""
debug = False
debug = True
# UPDATE MODE HERE
update = False# UPDATE MODE HERE
version = "1.7.0"
update = True# UPDATE MODE HERE
version = "1.7.1"

update_file_title = " DO NOT SAVE THIS FILE "

Expand Down
2 changes: 1 addition & 1 deletion installer_creator_windows.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import system
import PyInstaller.__main__

version = "1.7.0"
version = "1.7.1"

# Creates an executable file
PyInstaller.__main__.run([
Expand Down
2 changes: 1 addition & 1 deletion installer_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from string import ascii_letters, digits
import threading as t

version = "1.7.0"
version = "1.7.1"

print("\nStarting installer...")
print("Please wait...")
Expand Down

0 comments on commit ed533e6

Please sign in to comment.