Skip to content

Commit 71cb738

Browse files
committed
v1.86.2
1 parent 945c737 commit 71cb738

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "1.86.1",
3+
"version": "1.86.2",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.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.86.1", # version automated in package.json - Do not edit this line, use `yarn version`.
5+
version="1.86.2", # 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)