diff --git a/app.json b/app.json index 6dbed32..74d4a8e 100644 --- a/app.json +++ b/app.json @@ -2,8 +2,12 @@ "expo": { "name": "Alby Go", "slug": "alby-mobile", - "version": "1.4.2", - "scheme": ["bitcoin", "lightning", "alby"], + "version": "1.5.0", + "scheme": [ + "bitcoin", + "lightning", + "alby" + ], "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -12,7 +16,9 @@ "resizeMode": "cover", "backgroundColor": "#0F0C40" }, - "assetBundlePatterns": ["**/*"], + "assetBundlePatterns": [ + "**/*" + ], "plugins": [ [ "expo-camera", @@ -49,7 +55,9 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundImage": "./assets/adaptive-icon-bg.png" }, - "permissions": ["android.permission.CAMERA"] + "permissions": [ + "android.permission.CAMERA" + ] }, "extra": { "eas": { @@ -58,4 +66,4 @@ }, "owner": "roland_alby" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 810547b..0d53372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alby-go", - "version": "1.4.2", + "version": "1.5.0", "main": "expo-router/entry", "scripts": { "start": "expo start", @@ -66,4 +66,4 @@ "typescript": "~5.3.3" }, "private": true -} +} \ No newline at end of file