From: Louis Abraham Date: Sat, 30 Jan 2021 23:21:19 +0000 (+0100) Subject: v0.5.0 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=58ce333e381676ed78de0b05fba579a18b8e37c7;p=gamesguru%2Fffpass.git v0.5.0 --- diff --git a/README.md b/README.md index d551c4e..05f996e 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,5 @@ ffpass export --file passwords.csv Thanks a lot to @lclevy for the retro-engineering\! I was inspired by his repository . + +Support of the last version of Firefox and unit tests are the great work of @lmcclell. diff --git a/setup.py b/setup.py index c8c5371..cb58157 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name="ffpass", - version="0.4.8", + version="0.5.0", author="Louis Abraham", license="MIT", author_email="louis.abraham@yahoo.fr",