Skip to content

Commit a7f49b8

Browse files
committed
v1.9.1
1 parent d0ef527 commit a7f49b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

synapse_antispam/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="mjolnir",
5-
version="1.9.0", # version automated in package.json - Do not edit this line, use `yarn version`.
5+
version="1.9.1", # 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)