Skip to content

Commit

Permalink
2.2.1: Version bump for setup.py changes. Save wordlists to share/dict
Browse files Browse the repository at this point in the history
Should resolve #102
  • Loading branch information
derv82 committed Aug 20, 2018
1 parent 95798c3 commit b889cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'wifite/util',
],
data_files=[
('share/wordlists', ['wordlist-top4800-probable.txt'])
('share/dict', ['wordlist-top4800-probable.txt'])
],
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion wifite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Configuration(object):
''' Stores configuration variables and functions for Wifite. '''
version = '2.1.9'
version = '2.2.1'

initialized = False # Flag indicating config has been initialized
temp_dir = None # Temporary directory
Expand Down

0 comments on commit b889cb9

Please sign in to comment.