Skip to content

Commit

Permalink
đź”– Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Apr 7, 2024
1 parent 2ad4442 commit ed79d31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion firefox_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def internal_version():
return p.stdout.strip()


__version_info__ = (1, 1, 0, "+git")
__version_info__ = (1, 1, 1)
__version__: str = get_version()


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ed79d31

Please sign in to comment.