diff --git a/frontend/package.json b/frontend/package.json index cb70194f4..df464669b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "raven-ui", "private": true, "license": "AGPL-3.0-only", - "version": "1.7.0", + "version": "1.7.1", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index c10769ea4..c356c2482 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "raven", - "version": "1.7.0", + "version": "1.7.1", "description": "Messaging Application", "workspaces": [ "frontend" diff --git a/raven/__init__.py b/raven/__init__.py index 14d9d2f58..3c1e9cbd3 100644 --- a/raven/__init__.py +++ b/raven/__init__.py @@ -1 +1 @@ -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/raven/package.json b/raven/package.json index 0af8618f9..26b6aa663 100644 --- a/raven/package.json +++ b/raven/package.json @@ -1,6 +1,6 @@ { "name": "raven-app", - "version": "1.7.0", + "version": "1.7.1", "description": "", "main": "index.js", "scripts": {