From e73b2b63a12c4e2990876e078e65a67fb6cabbb9 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 5 Apr 2025 17:55:50 -0400 Subject: [PATCH] Updated version number in plugin metadata for v1.0.2 release. --- maubot.yaml | 2 +- owncastsentry.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maubot.yaml b/maubot.yaml index bba142d..abfe819 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,6 +1,6 @@ maubot: 0.1.0 id: dev.logal.owncastsentry -version: 1.0.1 +version: 1.0.2 license: Apache-2.0 modules: - owncastsentry diff --git a/owncastsentry.py b/owncastsentry.py index e047add..8c62002 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.1 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)" + "OwncastSentry/1.0.2 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)" )