Commander: Bump version -> 2.1

pull/29/head
Marc 2018-06-06 00:01:58 +01:00
parent b3e8175734
commit 4f5fcd536b
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@ import errno
class Commander(object):
print "[*] WiFi Pineapple Commander Module"
print "[*] peace to: sebkinne & tesla"
def run(self):
while True:
@ -118,4 +119,4 @@ if __name__ == '__main__':
commander.parseConfig()
commander.printConfig()
commander.connect()
commander.run()
commander.run()

View File

@ -6,5 +6,5 @@
"tetra"
],
"title": "Commander",
"version": "2.0"
}
"version": "2.1"
}