From a88fc64a0799de9c237aa3974daac8a8992388b8 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Fri, 6 May 2022 11:25:49 +0100 Subject: [PATCH] v1.4.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 889d815..0abada2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mjolnir", - "version": "1.4.1", + "version": "1.4.2", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "git@github.com:matrix-org/mjolnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 93029b3..5110a98 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="0.1.0", # version automated in package.json - Do not edit this line, use `yarn version`. + version="1.4.2", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,