Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakads committed Nov 17, 2019
1 parent 1e2be9c commit 8871ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Randosu.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions randosu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit 8871ac8

Please sign in to comment.