v2.0.0-beta.5

This commit is contained in:
gnuxie
2024-08-26 12:10:33 +01:00
parent 7150b21035
commit 272d1094ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
+1 -1
View File
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name="mjolnir",
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`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,