From b0868c5bd4ce2ef873d11676b54ba7fec66bed6a Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 5 Apr 2025 23:09:29 -0400 Subject: [PATCH] Updated version number in plugin metadata for v1.0.3 release. --- maubot.yaml | 2 +- owncastsentry.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maubot.yaml b/maubot.yaml index abfe819..91ff7f8 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,6 +1,6 @@ maubot: 0.1.0 id: dev.logal.owncastsentry -version: 1.0.2 +version: 1.0.3 license: Apache-2.0 modules: - owncastsentry diff --git a/owncastsentry.py b/owncastsentry.py index 9cbace2..54cd70c 100644 --- a/owncastsentry.py +++ b/owncastsentry.py @@ -25,7 +25,7 @@ OWNCAST_CONFIG_PATH = "/api/config" # User agent to send with all HTTP requests. USER_AGENT = ( - "OwncastSentry/1.0.2 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)" + "OwncastSentry/1.0.3 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)" )