Skip to content

Commit 272d109

Browse files
committed
v2.0.0-beta.5
1 parent 7150b21 commit 272d109

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": "draupnir",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
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
@@ -6,7 +6,7 @@
66

77
setup(
88
name="mjolnir",
9-
version="2.0.0-beta.4", # version automated in package.json - Do not edit this line, use `yarn version`.
9+
version="2.0.0-beta.5", # version automated in package.json - Do not edit this line, use `yarn version`.
1010
packages=find_packages(),
1111
description="Mjolnir Antispam",
1212
include_package_data=True,

0 commit comments

Comments
 (0)