🔖 Release 1.1.1

This commit is contained in:
Renato Alves
2024-04-07 21:38:56 +02:00
parent 2ad4442ace
commit ed79d316f4
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
#### Changelog
##### 1.1.0+git
##### 1.1.1+git
-
##### 1.1.1
- Fix unhandled exception with deleted passwords - see #99
- Environment variable `NSS_LIB_PATH` can now be used to specify `libnss` location

View File

@@ -74,7 +74,7 @@ def get_version() -> str:
return p.stdout.strip()
__version_info__ = (1, 1, 0, "+git")
__version_info__ = (1, 1, 1)
__version__: str = get_version()

View File

@@ -1,6 +1,6 @@
[project]
name = "firefox-decrypt"
version = "1.0.0"
version = "1.1.1"
description = "Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles"
authors = [{name = "Renato Alves"}]
requires-python = ">=3.9"