Skip to content

Commit 12a1289

Browse files
committed
Some bugs fixed.
1 parent ccf4767 commit 12a1289

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import webbrowser
77

8-
VERSION = "1.1.0"
8+
VERSION = "1.1.1"
99

1010
class SafeBoxGUI:
1111
def __init__(self, root):

modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="SafeBox",
5-
version="1.1.0",
5+
version="1.1.1",
66
description="Secure file locker by S4D0X",
77
executables=[Executable("safebox.py")],
88
)

0 commit comments

Comments
 (0)