Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
suvam0451 committed Feb 15, 2025
1 parent 55f7109 commit 8a8af3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: APP_NAME,
slug: 'dhaaga',
version: '0.15.5',
version: '0.16.0',
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'dark',
Expand All @@ -26,7 +26,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
},
android: {
package: BUNDLE_ID,
versionCode: 30,
versionCode: 31,
blockedPermissions: [
'android.permission.SYSTEM_ALERT_WINDOW',
'android.permission.READ_EXTERNAL_STORAGE',
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.15.5",
"version": "0.16.0",
"private": true,
"main": "index.js",
"scripts": {
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": "dhaaga",
"version": "0.15.5",
"version": "0.16.0",
"description": "Dhaaga - An indie SNS app that blends sleek design 💅, useful features ✨ and fun ways to discover and connect 🎉",
"author": "Debashish Patra <suvam.io>",
"license": "AGPLv3",
Expand Down

0 comments on commit 8a8af3a

Please sign in to comment.