Skip to content

Commit

Permalink
chore: bumped to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Apr 26, 2024
1 parent 69aab49 commit 768e0d3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.5.3",
"version": "1.5.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -80,4 +80,4 @@
"@types/turndown": "^5.0.4",
"typescript": "^4.9.3"
}
}
}
2 changes: 1 addition & 1 deletion mobile/src/pages/profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Profile = () => {
</IonItem>
</IonList>
<div className="ion-text-center mt-16">
<Text as='span'><Text as='span' size='6' className='cal-sans'>raven</Text> <Text as='span' color='gray'>v1.5.3</Text></Text>
<Text as='span'><Text as='span' size='6' className='cal-sans'>raven</Text> <Text as='span' color='gray'>v1.5.4</Text></Text>
<br />
<Text as='span' color='gray'>Made by The Commit Company</Text>
</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.5.3",
"version": "1.5.4",
"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.5.3",
"version": "1.5.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -62,4 +62,4 @@
"@types/turndown": "^5.0.4",
"typescript": "^5.3.3"
}
}
}
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.3"
__version__ = "1.5.4"
2 changes: 1 addition & 1 deletion raven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven",
"version": "1.5.3",
"version": "1.5.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 768e0d3

Please sign in to comment.