Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
suvam0451 committed Jul 28, 2024
1 parent 7be2574 commit a996c76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
android/**
.expo/devices.json
eas.json
ios/**
ios/**
.expo/**
2 changes: 1 addition & 1 deletion apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: IS_DEV ? 'Dhaaga (Dev)' : 'Dhaaga',
slug: 'dhaaga',
version: '0.4.0',
version: '0.5.0',
orientation: 'portrait',
icon: './assets/placeholder_icon.png',
userInterfaceStyle: 'dark',
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhaaga/mobile",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit a996c76

Please sign in to comment.