aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/mobile/app.json6
-rw-r--r--apps/mobile/app/signin.tsx2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index 4cee12ec..22c802ba 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -1,6 +1,6 @@
{
"expo": {
- "name": "Karakeep App",
+ "name": "Karakeep",
"slug": "karakeep",
"scheme": "karakeep",
"version": "1.6.9",
@@ -29,7 +29,7 @@
"NSAllowsArbitraryLoads": true
}
},
- "buildNumber": "22"
+ "buildNumber": "23"
},
"android": {
"adaptiveIcon": {
@@ -47,7 +47,7 @@
}
},
"package": "app.hoarder.hoardermobile",
- "versionCode": 22
+ "versionCode": 23
},
"plugins": [
"./plugins/trust-local-certs.js",
diff --git a/apps/mobile/app/signin.tsx b/apps/mobile/app/signin.tsx
index 17a2158d..0d160398 100644
--- a/apps/mobile/app/signin.tsx
+++ b/apps/mobile/app/signin.tsx
@@ -121,7 +121,7 @@ export default function Signin() {
comp={(styles) => (
<Logo
height={150}
- width={200}
+ width={250}
fill={styles?.color?.toString()}
/>
)}