From 7696dd923a9980e86012a18c2e62316073f4905f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 8 Aug 2023 07:08:58 +0200 Subject: [PATCH] Update __main.py Changed layout and applied dark mode to the "Right Click" menu --- rpst/__main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpst/__main.py b/rpst/__main.py index fe17289..a9498c3 100644 --- a/rpst/__main.py +++ b/rpst/__main.py @@ -17,7 +17,7 @@ def run(): try: # Check for updates - check_updates(version_tag="1.4.1.0") + check_updates(version_tag="1.5.0.0") # Get posts with the provided/parsed arguments get_posts(arguments=arguments)