Skip to content

Commit

Permalink
chore: bumped to version 1.5.5
Browse files Browse the repository at this point in the history
nikkothari22 committed May 3, 2024
1 parent fbeb140 commit d2e5dfe
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.5.4",
"version": "1.5.5",
"type": "module",
"scripts": {
"dev": "vite",
2 changes: 1 addition & 1 deletion mobile/src/pages/profile/Profile.tsx
Original file line number Diff line number Diff line change
@@ -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.4</Text></Text>
<Text as='span'><Text as='span' size='6' className='cal-sans'>raven</Text> <Text as='span' color='gray'>v1.5.5</Text></Text>
<br />
<Text as='span' color='gray'>Made by The Commit Company</Text>
</div>
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.4",
"version": "1.5.5",
"description": "Messaging Application",
"main": "index.js",
"scripts": {
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.4",
"version": "1.5.5",
"type": "module",
"scripts": {
"dev": "vite",
@@ -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.4"
__version__ = "1.5.5"
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.4",
"version": "1.5.5",
"description": "",
"main": "index.js",
"scripts": {

0 comments on commit d2e5dfe

Please sign in to comment.