Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b889cb9

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.py

+1-1
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

+1-1
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)
Failed to load comments.