diff --git a/frontend/package.json b/frontend/package.json index 6a7520c23..604608a9b 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.6.7", + "version": "1.6.8", "type": "module", "scripts": { "dev": "vite", @@ -71,4 +71,4 @@ "@types/turndown": "^5.0.4", "typescript": "^5.3.3" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 241f93875..f9b5bfef8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "raven", - "version": "1.6.7", + "version": "1.6.8", "description": "Messaging Application", "workspaces": [ "frontend" diff --git a/raven/__init__.py b/raven/__init__.py index 64206c43b..2382cc119 100644 --- a/raven/__init__.py +++ b/raven/__init__.py @@ -1 +1 @@ -__version__ = "1.6.7" +__version__ = "1.6.8" diff --git a/raven/package.json b/raven/package.json index 9b6cab90d..6c662cf2b 100644 --- a/raven/package.json +++ b/raven/package.json @@ -1,6 +1,6 @@ { "name": "raven-app", - "version": "1.6.7", + "version": "1.6.8", "description": "", "main": "index.js", "scripts": {