From f66d3c783ded688d2a782304cbbb01f43cfebda2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 20 Apr 2022 23:19:58 +0300 Subject: [PATCH] Bump version to 1.1.0 --- maubot.yaml | 2 +- sed.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maubot.yaml b/maubot.yaml index e50abc0..ec5901f 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,5 +1,5 @@ id: xyz.maubot.sed -version: 1.0.0 +version: 1.1.0 license: AGPL-3.0-or-later modules: - sed diff --git a/sed.py b/sed.py index da0ae85..3340f16 100644 --- a/sed.py +++ b/sed.py @@ -1,5 +1,5 @@ # sed - A maubot plugin to do sed-like replacements. -# Copyright (C) 2020 Tulir Asokan +# Copyright (C) 2022 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by