Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter committed Jun 25, 2024
1 parent 52cf444 commit 1e42ad9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parse-play - v3.0.0
parse-play - v3.1.0

# parse-play - v3.0.0
# parse-play - v3.1.0

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion docs/enums/categories.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[parse-play - v3.0.0](../README.md) / categories
[parse-play - v3.1.0](../README.md) / categories

# Enumeration: categories

Expand Down
2 changes: 1 addition & 1 deletion docs/enums/countries.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[parse-play - v3.0.0](../README.md) / countries
[parse-play - v3.1.0](../README.md) / countries

# Enumeration: countries

Expand Down
2 changes: 1 addition & 1 deletion docs/enums/languages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[parse-play - v3.0.0](../README.md) / languages
[parse-play - v3.1.0](../README.md) / languages

# Enumeration: languages

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parse-play",
"description": "Library for fetching and parsing select data on Android apps from the Google Play Store via undocumented internal APIs.",
"version": "3.0.0",
"version": "3.1.0",
"type": "module",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 1e42ad9

Please sign in to comment.