Skip to content

Commit

Permalink
chore: bump app version code
Browse files Browse the repository at this point in the history
  • Loading branch information
suvam0451 committed Jul 31, 2024
1 parent af81efe commit c2dbd49
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 @@ -6,7 +6,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: IS_DEV ? 'Dhaaga (Dev)' : 'Dhaaga',
slug: 'dhaaga',
version: '0.5.0',
version: '0.5.1',
orientation: 'portrait',
icon: './assets/placeholder_icon.png',
userInterfaceStyle: 'dark',
Expand All @@ -21,7 +21,7 @@ const expo = ({ config }: ConfigContext): ExpoConfig => ({
},
android: {
package: IS_DEV ? 'io.suvam.dhaaga.dev' : 'io.suvam.dhaaga',
versionCode: 5,
versionCode: 6,
},
splash: {
image: './assets/splash.png',
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.5.0",
"version": "0.5.1",
"private": true,
"main": "index.ts",
"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.0.1",
"version": "0.5.1",
"description": "An opinionated mobile client for Mastodon and Misskey",
"private": true,
"scripts": {
Expand Down

0 comments on commit c2dbd49

Please sign in to comment.