Skip to content

Commit

Permalink
add safari ios 17 and ios 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Nov 10, 2024
1 parent 56d7bb1 commit b884cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noble_tls/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "noble_tls"
__description__ = "Advanced TLS/SSL wrapper for Python"
__version__ = "0.0.106"
__version__ = "0.0.107"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"
2 changes: 2 additions & 0 deletions noble_tls/utils/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class Client(Enum):
SAFARI_IOS_15_5 = "safari_ios_15_5"
SAFARI_IOS_15_6 = "safari_ios_15_6"
SAFARI_IOS_16_0 = "safari_ios_16_0"
SAFARI_IOS_17_0 = "safari_ios_17_0"
SAFARI_IOS_18_0 = "safari_ios_18_0"
FIREFOX_102 = "firefox_102"
FIREFOX_104 = "firefox_104"
FIREFOX_105 = "firefox_105"
Expand Down

0 comments on commit b884cfa

Please sign in to comment.