From 0f8826f810e715fb6f55172c30adc9aecf96c952 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 28 Mar 2023 14:03:00 +0100 Subject: [PATCH] v1.81.2 --- package.json | 2 +- synapse_antispam/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c671f41..f9f1cd9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "1.81.1", + "version": "1.81.2", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "git@github.com:Gnuxie/Draupnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 26a7b53e..3d2f6e5d 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -2,7 +2,7 @@ setup( name="mjolnir", - version="1.81.1", # version automated in package.json - Do not edit this line, use `yarn version`. + version="1.81.2", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,