Skip to content

Commit

Permalink
chore: update version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 8, 2024
1 parent c3ce92b commit 48fee0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
18 changes: 5 additions & 13 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -16,9 +12,7 @@
"resizeMode": "cover",
"backgroundColor": "#0F0C40"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"plugins": [
[
"expo-local-authentication",
Expand Down Expand Up @@ -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": {
Expand All @@ -72,4 +64,4 @@
},
"owner": "roland_alby"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alby-go",
"version": "1.6.1",
"version": "1.6.2",
"main": "./index.js",
"scripts": {
"start": "expo start",
Expand Down Expand Up @@ -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))"
]
}
}
}

0 comments on commit 48fee0a

Please sign in to comment.