Skip to content

Commit

Permalink
fix "Varies with device" when get version
Browse files Browse the repository at this point in the history
  • Loading branch information
FozerG committed Aug 18, 2022
1 parent e41a389 commit 7f34c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google_play_scraper/constants/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class ElementSpecs:
"released": ElementSpec(5, [1, 2, 10, 0]),
"updated": ElementSpec(5, [1, 2, 145, 0, 1, 0]),
"version": ElementSpec(
4, [1, 2, 140, 0, 0, 0], fallback_value="Varies with device"
5, [1, 2, 140, 0, 0, 0], fallback_value="Varies with device"
),
"recentChanges": ElementSpec(5, [1, 2, 144, 1, 1], unescape_text),
"recentChangesHTML": ElementSpec(5, [1, 2, 144, 1, 1]),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "google-play-scraper"
version = "1.2.1"
version = "1.2.2"
description = "Google-Play-Scraper provides APIs to easily crawl the Google Play Store for Python without any external dependencies!"
authors = ["JoMingyu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7f34c52

Please sign in to comment.