Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 11, 2024
1 parent b8a295b commit 2fcc019
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.4.1",
"scheme": [
"bitcoin",
"lightning",
"alby"
],
"version": "1.4.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-camera",
Expand Down Expand Up @@ -55,9 +49,7 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundImage": "./assets/adaptive-icon-bg.png"
},
"permissions": [
"android.permission.CAMERA"
]
"permissions": ["android.permission.CAMERA"]
},
"extra": {
"eas": {
Expand All @@ -66,4 +58,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.4.1",
"version": "1.4.2",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
Expand Down Expand Up @@ -63,4 +63,4 @@
"typescript": "~5.3.3"
},
"private": true
}
}

0 comments on commit 2fcc019

Please sign in to comment.