Skip to content

Commit

Permalink
update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed Aug 1, 2021
1 parent 480934b commit 943dcc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extract_apfs_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from plugin import *
from uuid import UUID

__VERSION = "1.4.0"
__VERSION = "1.4.2"
__PROGRAMNAME = "APFS metadata extract Tool"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down
2 changes: 1 addition & 1 deletion ios_apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import textwrap
from plugin import *

__VERSION = "1.4.0"
__VERSION = "1.4.2"
__PROGRAMNAME = "iOS Artifact Parsing Tool"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down
2 changes: 1 addition & 1 deletion mac_apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from plugin import *
from uuid import UUID

__VERSION = "1.4.0"
__VERSION = "1.4.2"
__PROGRAMNAME = "macOS Artifact Parsing Tool"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down
2 changes: 1 addition & 1 deletion mac_apt_artifact_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import textwrap
from plugin import *

__VERSION = "1.4.0"
__VERSION = "1.4.2"
__PROGRAMNAME = "macOS Artifact Parsing Tool - Artifact Only mode"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down
2 changes: 1 addition & 1 deletion mac_apt_mounted_sys_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from plugins.helpers.disk_report import *
from plugin import *

__VERSION = "1.4.0"
__VERSION = "1.4.2"
__PROGRAMNAME = "macOS Artifact Parsing Tool - SYS DATA Mounted mode"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down

0 comments on commit 943dcc1

Please sign in to comment.