From 18e0a77eaae2308c995fbc4689bdfad5b5b31681 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 6 Apr 2022 00:06:21 +0300 Subject: [PATCH] Update maubot dependency version to v0.3.1 --- CHANGELOG.md | 4 ++++ maubot.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ddbe6..e19336b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.2.5 (2022-04-06) + +* Update maubot dependency version to v0.3.1 + ## v0.2.4 (2022-02-27) * Alias 👎 to archiving an article (closes #3) diff --git a/maubot.yaml b/maubot.yaml index f53f1d2..87680fe 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,11 +1,11 @@ # Target maubot version -maubot: 0.1.2 +maubot: 0.3.1 # The unique ID for the plugin. Java package naming style. (i.e. use your own domain, not xyz.maubot) id: me.jasonrobinson.pocket # A PEP 440 compliant version string. -version: 0.2.4 +version: 0.2.5 # The SPDX license identifier for the plugin. https://spdx.org/licenses/ # Optional, assumes all rights reserved if omitted.