From 84351c705555a40ce3543a6767bc213de9b8b0e5 Mon Sep 17 00:00:00 2001 From: James Boyle Date: Thu, 18 Apr 2024 06:44:19 -0500 Subject: [PATCH] Patch bump version: 1.12.0 to 1.12.1 --- api_src/root.yaml | 2 +- docs/pi_api.json | 2 +- docs/pi_api.yaml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",