From 272d1094ecea1099a55e37e95bbd2320a16beacf Mon Sep 17 00:00:00 2001 From: gnuxie Date: Mon, 26 Aug 2024 12:10:33 +0100 Subject: [PATCH] v2.0.0-beta.5 --- package.json | 2 +- synapse_antispam/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d5a473dd..1d2865bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "2.0.0-beta.4", + "version": "2.0.0-beta.5", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 398a5568..e90ce5cd 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -6,7 +6,7 @@ setup( name="mjolnir", - version="2.0.0-beta.4", # version automated in package.json - Do not edit this line, use `yarn version`. + version="2.0.0-beta.5", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,