diff --git a/config/version.rb b/config/version.rb index 5da238ea..7bad47bc 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.5.3' + VERSION = '1.6.0' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index 46c421ef..53051fa5 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.2.0 info: title: html2rss-web API - version: 1.5.3 + version: 1.6.0 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support