From 12b5e652a6c2e4642cb6058103cc84e0181b9a39 Mon Sep 17 00:00:00 2001 From: gildesmarais <350021+gildesmarais@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:26:32 +0000 Subject: [PATCH] chore: bump version to v1.3.1 --- 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 ffc2703f..f7890beb 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.3.0' + VERSION = '1.3.1' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index 103fe4b5..c95bfc52 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.0 + version: 1.3.1 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support