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.'