mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
bump version
This commit is contained in:
@@ -42,7 +42,7 @@ while running:
|
|||||||
`--`-' `--`-'
|
`--`-' `--`-'
|
||||||
""")
|
""")
|
||||||
print("by LeminLimez")
|
print("by LeminLimez")
|
||||||
print("v1.0.1\n\n")
|
print("v1.1\n\n")
|
||||||
|
|
||||||
if not passed_check and Path.exists(gestalt_path) and Path.is_file(gestalt_path):
|
if not passed_check and Path.exists(gestalt_path) and Path.is_file(gestalt_path):
|
||||||
passed_check = True
|
passed_check = True
|
||||||
@@ -118,4 +118,4 @@ while running:
|
|||||||
choice = int(input("Enter number: "))
|
choice = int(input("Enter number: "))
|
||||||
if choice == 2:
|
if choice == 2:
|
||||||
new_path = input("Enter new path to file: ")
|
new_path = input("Enter new path to file: ")
|
||||||
gestalt_path = Path(new_path)
|
gestalt_path = Path(new_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user