From 14784935914a23dbf3718d50169dc395f27ce161 Mon Sep 17 00:00:00 2001 From: gildesmarais <350021+gildesmarais@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:59:19 +0000 Subject: [PATCH] chore: bump version to v1.13.0 --- 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 4b519d76..353a3f53 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.12.2' + VERSION = '1.13.0' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index e3248428..adafa5a9 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: html2rss-web API - version: 1.12.2 + version: 1.13.0 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support