diff --git a/Randosu.exe b/Randosu.exe index 768044c..9e60c0d 100644 Binary files a/Randosu.exe and b/Randosu.exe differ diff --git a/randosu.py b/randosu.py index c0fcba5..bdf4f23 100644 --- a/randosu.py +++ b/randosu.py @@ -53,8 +53,8 @@ def __str__(self): log = [] - version = '0.3.1' - date = '2019-11-16' + version = '0.3.2' + date = '2019-11-17' # Change window title ctypes.windll.kernel32.SetConsoleTitleW(f'Rand(osu!) v{version}') diff --git a/version.txt b/version.txt index a2268e2..9fc80f9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.3.2 \ No newline at end of file