From 3ec10005035ecacac5980a6fa6e1d65fe8caf9cc Mon Sep 17 00:00:00 2001 From: gildesmarais <350021+gildesmarais@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:10:17 +0000 Subject: [PATCH] chore: bump version to v1.10.2 --- config/version.rb | 2 +- public/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/version.rb b/config/version.rb index 7efdee4c..eeb86ceb 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.10.1' + VERSION = '1.10.2' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index 863713c2..68b5e713 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.2.0 info: title: html2rss-web API - version: 1.10.1 + version: 1.10.2 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support