diff --git a/browserforge/download.py b/browserforge/download.py index 22f2ab1..aa121c6 100644 --- a/browserforge/download.py +++ b/browserforge/download.py @@ -31,8 +31,8 @@ }, } REMOTE_PATHS: Dict[str, str] = { - "headers": "https://github.com/apify/fingerprint-suite/raw/master/packages/header-generator/src/data_files", - "fingerprints": "https://github.com/apify/fingerprint-suite/raw/master/packages/fingerprint-generator/src/data_files", + "headers": "https://github.com/apify/fingerprint-suite/raw/v2.1.66/packages/header-generator/src/data_files", + "fingerprints": "https://github.com/apify/fingerprint-suite/raw/v2.1.66/packages/fingerprint-generator/src/data_files", } diff --git a/pyproject.toml b/pyproject.toml index acac848..cd91a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "browserforge" -version = "1.2.3" +version = "1.2.4" description = "Intelligent browser header & fingerprint generator" authors = ["daijro "] license = "Apache-2.0"