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 88f711b commit 5e2a175Copy full SHA for 5e2a175
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "draupnir",
3
- "version": "1.80.0-beta.0",
+ "version": "1.80.0",
4
"description": "A moderation tool for Matrix",
5
"main": "lib/index.js",
6
"repository": "git@github.com:Gnuxie/Draupnir.git",
synapse_antispam/setup.py
@@ -2,7 +2,7 @@
setup(
name="mjolnir",
- version="1.80.0-beta.0", # version automated in package.json - Do not edit this line, use `yarn version`.
+ version="1.80.0", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
7
description="Mjolnir Antispam",
8
include_package_data=True,
0 commit comments