Skip to content

Commit b889cb9

Browse files
committed
2.2.1: Version bump for setup.py changes. Save wordlists to share/dict
Should resolve #102
1 parent 95798c3 commit b889cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'wifite/util',
1717
],
1818
data_files=[
19-
('share/wordlists', ['wordlist-top4800-probable.txt'])
19+
('share/dict', ['wordlist-top4800-probable.txt'])
2020
],
2121
entry_points={
2222
'console_scripts': [

wifite/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Configuration(object):
1010
''' Stores configuration variables and functions for Wifite. '''
11-
version = '2.1.9'
11+
version = '2.2.1'
1212

1313
initialized = False # Flag indicating config has been initialized
1414
temp_dir = None # Temporary directory

0 commit comments

Comments
 (0)