From 625072b224ec3d1ab74b76845857af2240d7d075 Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Wed, 18 Sep 2024 17:58:05 +0530 Subject: [PATCH] chore: bumped to v1.7.1 --- frontend/package.json | 2 +- package.json | 2 +- raven/__init__.py | 2 +- raven/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {