Fix version bump.

This commit is contained in:
Thomas Bouve 2020-09-20 21:24:33 +02:00 committed by GitHub
parent fb7217b0fa
commit c535ffd40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ from pwnagotchi.ui.view import BLACK
class GPS(plugins.Plugin):
__author__ = "evilsocket@gmail.com"
__version__ = "1.0.2"
__version__ = "1.0.1"
__license__ = "GPL3"
__description__ = "Save GPS coordinates whenever an handshake is captured."