Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raven-web",
"private": true,
"license": "AGPL-3.0-only",
"version": "2.6.6",
"version": "2.8.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "raven",
"version": "2.6.6",
"version": "2.8.9",
"description": "Messaging Application",
"workspaces": [
"frontend",
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.8.8"
__version__ = "2.8.9"

from raven.raven_integrations.doctype.raven_incoming_webhook.raven_incoming_webhook import ( # noqa
handle_incoming_webhook as webhook,
Expand Down
2 changes: 1 addition & 1 deletion raven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven-app",
"version": "2.6.6",
"version": "2.8.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading