ud README
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 10 Aug 2018 09:27:54 +0000 (11:27 +0200)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 10 Aug 2018 09:27:54 +0000 (11:27 +0200)
README.md
README.rst
setup.py

index 550cc5c2a84a7a9d4f7eb43f99c3cf0b640431d9..836460d06729ef26ac2564ea3a0d38e7ef270771 100644 (file)
--- 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.
index b7ee788c865abceb16e2a2b0fdbbe6d4327e9622..1bc092a04482b01b4b13519d623310afddf59f96 100644 (file)
@@ -143,3 +143,9 @@ Troubleshoot
    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.
index d8a1566cc4bf48ec8a97091d2f8203e5c4688456..8c26a7d21cb0769d4f5b611466c77258ade5a6c7 100755 (executable)
--- 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',