v2.0.0-beta.1

This commit is contained in:
gnuxie
2024-04-19 11:25:13 +01:00
parent 3d02c72401
commit 49c5ada4a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="mjolnir",
version="2.0.0-beta.0", # version automated in package.json - Do not edit this line, use `yarn version`.
version="2.0.0-beta.1", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,