Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Oct 1, 2024
1 parent 74d2c9b commit c782d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mjolnir",
"version": "1.7.0",
"version": "1.8.0",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "[email protected]:matrix-org/mjolnir.git",
Expand Down Expand Up @@ -44,11 +44,12 @@
"typescript-formatter": "^7.2"
},
"dependencies": {
"axios": "^1.7.6",
"@sentry/node": "^7.17.2",
"@sentry/tracing": "^7.17.2",
"@tensorflow/tfjs-node": "^4.21.0",
"@vector-im/matrix-bot-sdk": "^0.7.1-element.6",
"await-lock": "^2.2.2",
"axios": "^1.7.6",
"body-parser": "^1.20.1",
"config": "^3.3.8",
"express": "^4.20",
Expand All @@ -57,7 +58,6 @@
"humanize-duration-ts": "^2.1.1",
"js-yaml": "^4.1.0",
"jsdom": "^16.6.0",
"@vector-im/matrix-bot-sdk": "^0.7.1-element.6",
"matrix-appservice-bridge": "10.3.1",
"nsfwjs": "^4.1.0",
"parse-duration": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion synapse_antispam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mjolnir",
version="1.7.0", # version automated in package.json - Do not edit this line, use `yarn version`.
version="1.8.0", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,
Expand Down

0 comments on commit c782d05

Please sign in to comment.