Skip to content

Commit 3a99cdc

Browse files
Merge pull request The-Commit-Company#2096 from The-Commit-Company/develop
Merge develop to main
2 parents b92ce61 + 4fe4a16 commit 3a99cdc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raven-web",
33
"private": true,
44
"license": "AGPL-3.0-only",
5-
"version": "2.6.6",
5+
"version": "2.8.9",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "raven",
4-
"version": "2.6.6",
4+
"version": "2.8.9",
55
"description": "Messaging Application",
66
"workspaces": [
77
"frontend",

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.8.8"
1+
__version__ = "2.8.9"
22

33
from raven.raven_integrations.doctype.raven_incoming_webhook.raven_incoming_webhook import ( # noqa
44
handle_incoming_webhook as webhook,

raven/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-app",
3-
"version": "2.6.6",
3+
"version": "2.8.9",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)