From c9c9f51626ae8198046e40409533a51a5f99c3c1 Mon Sep 17 00:00:00 2001 From: CyberArtemio <156206062+cyberartemio@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:19:14 +0100 Subject: [PATCH] version bump --- wof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wof.py b/wof.py index 6862b87..73d3133 100644 --- a/wof.py +++ b/wof.py @@ -458,7 +458,7 @@ def __load_data(self): class WofPlugin(plugins.Plugin): __author__ = 'CyberArtemio' - __version__ = '1.0.0' + __version__ = '1.1' __license__ = 'GPL3' __description__ = 'Display found Flipper Zeros from Wall of Flippers'