We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7150b21 commit 272d109Copy full SHA for 272d109
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "draupnir",
3
- "version": "2.0.0-beta.4",
+ "version": "2.0.0-beta.5",
4
"description": "A moderation tool for Matrix",
5
"main": "lib/index.js",
6
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
synapse_antispam/setup.py
@@ -6,7 +6,7 @@
7
setup(
8
name="mjolnir",
9
- version="2.0.0-beta.4", # version automated in package.json - Do not edit this line, use `yarn version`.
+ version="2.0.0-beta.5", # version automated in package.json - Do not edit this line, use `yarn version`.
10
packages=find_packages(),
11
description="Mjolnir Antispam",
12
include_package_data=True,
0 commit comments