diff --git a/api_src/root.yaml b/api_src/root.yaml index cf5d626..c562855 100644 --- a/api_src/root.yaml +++ b/api_src/root.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 1.12.0 + version: 1.12.1 title: PodcastIndex.org API termsOfService: 'https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md' contact: diff --git a/docs/pi_api.json b/docs/pi_api.json index ab9162c..a97165c 100644 --- a/docs/pi_api.json +++ b/docs/pi_api.json @@ -1,7 +1,7 @@ { "openapi": "3.0.2", "info": { - "version": "1.12.0", + "version": "1.12.1", "title": "PodcastIndex.org API", "termsOfService": "https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md", "contact": { diff --git a/docs/pi_api.yaml b/docs/pi_api.yaml index 5db1d26..621148a 100644 --- a/docs/pi_api.yaml +++ b/docs/pi_api.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 1.12.0 + version: 1.12.1 title: PodcastIndex.org API termsOfService: https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md contact: diff --git a/package.json b/package.json index 44d881d..f790c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi_api_docs", - "version": "1.12.0", + "version": "1.12.1", "private": true, "devDependencies": { "@redocly/cli": "^1.10.6",