diff --git a/package.json b/package.json index b233b4ff..3a37a1d0 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:matrix-org/mjolnir.git", @@ -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", @@ -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", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 35fccda3..86e31a30 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -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,