diff --git a/config/version.rb b/config/version.rb index f7890beb..2605c6b1 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.3.1' + VERSION = '1.3.2' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index c95bfc52..ce5ed3f0 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: html2rss-web API - version: 1.3.1 + version: 1.3.2 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support