Skip to content

Commit

Permalink
chore: bumped version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Dec 9, 2023
1 parent bc44f58 commit 9ecb4ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile",
"private": true,
"version": "1.2.1",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -65,4 +65,4 @@
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5"
}
}
}
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.2.1</span></IonText>
<IonText><span className='cal-sans text-lg tracking-[0.03em]'>Raven</span> <span className='text-zinc-500'>v1.3.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.2.1",
"version": "1.3.0",
"description": "Messaging Application",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -60,4 +60,4 @@
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svgr": "^4.2.0"
}
}
}
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.3.0'

0 comments on commit 9ecb4ab

Please sign in to comment.