diff --git a/app.json b/app.json index b353baf..2b85b4c 100644 --- a/app.json +++ b/app.json @@ -2,12 +2,8 @@ "expo": { "name": "Alby Go", "slug": "alby-mobile", - "version": "1.6.1", - "scheme": [ - "bitcoin", - "lightning", - "alby" - ], + "version": "1.6.2", + "scheme": ["bitcoin", "lightning", "alby"], "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -16,9 +12,7 @@ "resizeMode": "cover", "backgroundColor": "#0F0C40" }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "plugins": [ [ "expo-local-authentication", @@ -61,9 +55,7 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundImage": "./assets/adaptive-icon-bg.png" }, - "permissions": [ - "android.permission.CAMERA" - ] + "permissions": ["android.permission.CAMERA"] }, "extra": { "eas": { @@ -72,4 +64,4 @@ }, "owner": "roland_alby" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index d4a42e9..5fdf7b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alby-go", - "version": "1.6.1", + "version": "1.6.2", "main": "./index.js", "scripts": { "start": "expo start", @@ -82,4 +82,4 @@ "node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg))" ] } -} \ No newline at end of file +}