Skip to content

Commit 0afe207

Browse files
committed
v1.8.3
1 parent 1cd2c69 commit 0afe207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mjolnir",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "[email protected]:matrix-org/mjolnir.git",

synapse_antispam/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="mjolnir",
5-
version="1.8.2", # version automated in package.json - Do not edit this line, use `yarn version`.
5+
version="1.8.3", # version automated in package.json - Do not edit this line, use `yarn version`.
66
packages=find_packages(),
77
description="Mjolnir Antispam",
88
include_package_data=True,

0 commit comments

Comments
 (0)