From 9ecb4ab3ce2e2c73623668d31fb292e8ba01c2bf Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Sun, 10 Dec 2023 04:20:47 +0530 Subject: [PATCH] chore: bumped version 1.3.0 --- mobile/package.json | 4 ++-- mobile/src/pages/profile/Profile.tsx | 2 +- package.json | 2 +- raven-app/package.json | 4 ++-- raven/__init__.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile/package.json b/mobile/package.json index d8f8d671a..2b9aad7a9 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,7 +1,7 @@ { "name": "mobile", "private": true, - "version": "1.2.1", + "version": "1.3.0", "type": "module", "scripts": { "dev": "vite", @@ -65,4 +65,4 @@ "vite": "^4.4.9", "vite-plugin-pwa": "^0.16.5" } -} +} \ No newline at end of file diff --git a/mobile/src/pages/profile/Profile.tsx b/mobile/src/pages/profile/Profile.tsx index 123ed574d..1928d84e3 100644 --- a/mobile/src/pages/profile/Profile.tsx +++ b/mobile/src/pages/profile/Profile.tsx @@ -56,7 +56,7 @@ export const Profile = () => {
- Raven v1.2.1 + Raven v1.3.0

Made by The Commit Company

diff --git a/package.json b/package.json index 03ddd9771..d57057991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raven", - "version": "1.2.1", + "version": "1.3.0", "description": "Messaging Application", "main": "index.js", "scripts": { diff --git a/raven-app/package.json b/raven-app/package.json index 95b15fdf8..26017c15b 100644 --- a/raven-app/package.json +++ b/raven-app/package.json @@ -1,7 +1,7 @@ { "name": "raven-app", "private": true, - "version": "1.2.1", + "version": "1.3.0", "type": "module", "scripts": { "dev": "vite", @@ -60,4 +60,4 @@ "vite-plugin-pwa": "^0.17.4", "vite-plugin-svgr": "^4.2.0" } -} +} \ No newline at end of file diff --git a/raven/__init__.py b/raven/__init__.py index 3f262a634..19b4f1d60 100644 --- a/raven/__init__.py +++ b/raven/__init__.py @@ -1 +1 @@ -__version__ = '1.2.1' +__version__ = '1.3.0'