Skip to content

Commit fd3869e

Browse files
committed
đź”– Bump version to dev
1 parent 51e6cbb commit fd3869e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#### Changelog
22

3+
##### 1.1.3+git
4+
35
##### 1.1.3
46
- Fix 1.1.2 `version.t` test failure due to out-of-sync CHANGELOG entries
57

‎firefox_decrypt.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def internal_version():
7474
return p.stdout.strip()
7575

7676

77-
__version_info__ = (1, 1, 3)
77+
__version_info__ = (1, 1, 3, "+git")
7878
__version__: str = get_version()
7979

8080

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "firefox-decrypt"
3-
version = "1.1.3"
3+
version = "1.1.3+git"
44
description = "Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles"
55
authors = [{name = "Renato Alves"}]
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)