From: louisabraham Date: Fri, 10 Aug 2018 09:27:54 +0000 (+0200) Subject: ud README X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=33e861d2ea724d0a66483da7ff20b005b2805147;p=gamesguru%2Fffpass.git ud README --- diff --git a/README.md b/README.md index 550cc5c..836460d 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,8 @@ ffpass export --to passwords.csv Folder. To find it, follow these [instructions](https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile) on the website of Firefox. + +## Credits + +Thanks a lot to @lclevy for the retro-engineering\! I was inspired by +his repository https://github.com/lclevy/firepwd. diff --git a/README.rst b/README.rst index b7ee788..1bc092a 100644 --- a/README.rst +++ b/README.rst @@ -143,3 +143,9 @@ Troubleshoot Folder. To find it, follow these `instructions `__ on the website of Firefox. + +Credits +------- + +Thanks a lot to @lclevy for the retro-engineering! I was inspired by his +repository https://github.com/lclevy/firepwd. diff --git a/setup.py b/setup.py index d8a1566..8c26a7d 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name='ffpass', - version='0.3.1', + version='0.3.2', author='Louis Abraham', license='MIT', author_email='louis.abraham@yahoo.fr',