diff --git a/package.json b/package.json index 4c889bf8..f1b6547d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "1.81.3", + "version": "1.81.4", "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 ff654661..440a8381 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="mjolnir", - version="1.81.3", # version automated in package.json - Do not edit this line, use `yarn version`. + version="1.81.4", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,