diff --git a/mobile/package.json b/mobile/package.json index 8486976e4..04684355a 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,7 +1,7 @@ { "name": "mobile", "private": true, - "version": "1.3.2", + "version": "1.4.0", "type": "module", "scripts": { "dev": "vite", diff --git a/mobile/src/pages/profile/Profile.tsx b/mobile/src/pages/profile/Profile.tsx index a6e310c82..a649624c2 100644 --- a/mobile/src/pages/profile/Profile.tsx +++ b/mobile/src/pages/profile/Profile.tsx @@ -56,7 +56,7 @@ export const Profile = () => {
- Raven v1.3.2 + Raven v1.4.0

Made by The Commit Company

diff --git a/package.json b/package.json index 97355a15f..822769c39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raven", - "version": "1.3.2", + "version": "1.4.0", "description": "Messaging Application", "main": "index.js", "scripts": { diff --git a/raven-app/package.json b/raven-app/package.json index 989c1622d..130cb6fd8 100644 --- a/raven-app/package.json +++ b/raven-app/package.json @@ -1,7 +1,7 @@ { "name": "raven-app", "private": true, - "version": "1.3.2", + "version": "1.4.0", "type": "module", "scripts": { "dev": "vite", diff --git a/raven/__init__.py b/raven/__init__.py index e39833240..96e3ce8d9 100644 --- a/raven/__init__.py +++ b/raven/__init__.py @@ -1 +1 @@ -__version__ = '1.3.2' +__version__ = '1.4.0' diff --git a/raven/package.json b/raven/package.json index c52622c97..4fb2f4cd0 100644 --- a/raven/package.json +++ b/raven/package.json @@ -1,6 +1,6 @@ { "name": "raven", - "version": "1.0.0", + "version": "1.4.0", "description": "", "main": "index.js", "scripts": { @@ -24,4 +24,4 @@ "swr": "^2.2.4", "tippy.js": "^6.3.7" } -} +} \ No newline at end of file