Skip to content

Commit d07d07a

Browse files
committed
fix: update plugin versions from 1.9 to 1.10 across multiple plugins
1 parent ac8b6bb commit d07d07a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

clamav/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "clamav",
33
"name": "ClamAV",
44
"description": "Automatic scan of uploaded files with ClamAV antivirus engine.",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "no",
77
"settings": {
88
"USE_CLAMAV": {

coraza/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "coraza",
33
"name": "Coraza",
44
"description": "Use Coraza as a library to inspect client request.",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "no",
77
"settings": {
88
"USE_CORAZA": {

discord/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "discord",
33
"name": "Discord",
44
"description": "Send alerts to a Discord channel (using webhooks).",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "yes",
77
"settings": {
88
"USE_DISCORD": {

slack/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "slack",
33
"name": "Slack",
44
"description": "Send alerts to a Slack channel (using webhooks).",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "partial",
77
"settings": {
88
"USE_SLACK": {

virustotal/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "virustotal",
33
"name": "VirusTotal",
44
"description": "Automatic scan of uploaded files and ips optionally with the VirusTotal API.",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "partial",
77
"settings": {
88
"USE_VIRUSTOTAL": {

webhook/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "webhook",
33
"name": "WebHook",
44
"description": "Send alerts to a custom webhook.",
5-
"version": "1.9",
5+
"version": "1.10",
66
"stream": "yes",
77
"settings": {
88
"USE_WEBHOOK": {

0 commit comments

Comments
 (0)