Skip to content

Commit

Permalink
Merge pull request #671 from The-Commit-Company/release-version-1-4
Browse files Browse the repository at this point in the history
chore: bumped version to v1.4.0
  • Loading branch information
nikkothari22 authored Feb 15, 2024
2 parents a099f95 + a07bb28 commit cc6615f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile",
"private": true,
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/pages/profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Profile = () => {
</IonItem>
</IonList>
<div className="ion-text-center mt-16">
<IonText><span className='cal-sans text-lg tracking-[0.03em]'>Raven</span> <span className='text-zinc-500'>v1.3.2</span></IonText>
<IonText><span className='cal-sans text-lg tracking-[0.03em]'>Raven</span> <span className='text-zinc-500'>v1.4.0</span></IonText>
<br />
<p className='text-zinc-500'>Made by <IonText className='font-bold'>The Commit Company</IonText></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven",
"version": "1.3.2",
"version": "1.4.0",
"description": "Messaging Application",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion raven-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raven-app",
"private": true,
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.2'
__version__ = '1.4.0'
4 changes: 2 additions & 2 deletions raven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven",
"version": "1.0.0",
"version": "1.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -24,4 +24,4 @@
"swr": "^2.2.4",
"tippy.js": "^6.3.7"
}
}
}

0 comments on commit cc6615f

Please sign in to comment.