This commit is contained in:
gnuxie
2023-07-04 17:31:46 +01:00
parent c11fb6ef06
commit df432121de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "1.83.0",
"version": "1.84.0",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "git@github.com:Gnuxie/Draupnir.git",
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="mjolnir",
version="1.83.0", # version automated in package.json - Do not edit this line, use `yarn version`.
version="1.84.0", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,