diff --git a/google_play_scraper/constants/element.py b/google_play_scraper/constants/element.py index db27168..11013bb 100644 --- a/google_play_scraper/constants/element.py +++ b/google_play_scraper/constants/element.py @@ -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]), diff --git a/pyproject.toml b/pyproject.toml index d115513..ada232f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"