Skip to content

Commit f2de02f

Browse files
committed
Update the list of profiles and shared binaries to 1.9.1
1 parent 86ae761 commit f2de02f

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

async_tls_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
__title__ = "async_tls_client"
88
__description__ = "Fork of tls-client with asyncio."
9-
__version__ = "1.0.8"
9+
__version__ = "1.0.9"
1010
__author__ = "Diprog"
1111
__license__ = "MIT"
7.69 KB
Binary file not shown.
7.76 KB
Binary file not shown.
272 Bytes
Binary file not shown.
264 Bytes
Binary file not shown.

async_tls_client/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"firefox_123",
4545
"firefox_132",
4646
"firefox_133",
47+
"firefox_135",
4748
# Opera
4849
"opera_89",
4950
"opera_90",
@@ -75,4 +76,4 @@
7576
"confirmed_ios",
7677
"confirmed_android",
7778
"confirmed_android_2",
78-
]
79+
]

0 commit comments

Comments
 (0)