From d8919b43570a25227dc07aae3a7d78f7d2bf58f4 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 7 Aug 2023 02:31:20 +0200 Subject: [PATCH] Update __main.py Added dark mode to the About box. --- rpst/__main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpst/__main.py b/rpst/__main.py index 44c7540..fe17289 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.0.0") + check_updates(version_tag="1.4.1.0") # Get posts with the provided/parsed arguments get_posts(arguments=arguments)