From 8442ce93be6bbc50a779f583def50091980263dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric?= Date: Mon, 20 Jan 2025 15:43:55 +0100 Subject: [PATCH] Update ohcapi.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version update Signed-off-by: Frédéric --- pwnagotchi/plugins/default/ohcapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/ohcapi.py b/pwnagotchi/plugins/default/ohcapi.py index 2aa9f5da..b400c572 100644 --- a/pwnagotchi/plugins/default/ohcapi.py +++ b/pwnagotchi/plugins/default/ohcapi.py @@ -10,7 +10,7 @@ from json.decoder import JSONDecodeError class ohcapi(plugins.Plugin): __author__ = 'Rohan Dayaram' - __version__ = '1.0.3' + __version__ = '1.1.0' __license__ = 'GPL3' __description__ = 'Uploads WPA/WPA2 handshakes to OnlineHashCrack.com using the new API (V2), no dashboard.'